Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the idea/thought behind this projects creation
  • Loading branch information
artheus authored Nov 7, 2018
1 parent 54c4794 commit f435eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Swaggable

Simple language to generate larger swagger specs for code generation
Simple language to generate larger swagger specs for code generation.

The idea behind this is to create a minimal model definition for a CRUD api (incl api-client) which will expand into a larger specification which will act as the base for code generation. This way, people won't have to write much for just creating a simple Restful CRUD API service.

# Swaggable syntax

Expand Down

0 comments on commit f435eb9

Please sign in to comment.