11 lines
292 B
Markdown
11 lines
292 B
Markdown
# 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
|
||
haven’t tested it on many different formats. Very much just a Proof of Concept
|
||
that happens to be useful.
|
||
|
||
<hr/>
|
||
|
||
Have fun!
|