make it so

This commit is contained in:
2018-12-12 13:46:03 +01:00
commit cf16476a0f
4 changed files with 166 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# API builder
A simple script to autmatically generate Python API clients from JSON-based
Swagger descriptions. Works with a few selected Swagger definitions, but I
havent tested it on many different formats. Very much just a Proof of Concept
that happens to be useful.
<hr/>
Have fun!