heliumdatacommons / PIVOT

0 stars 0 forks source link

Swagger API #8

Closed dcvan24 closed 6 years ago

dcvan24 commented 6 years ago

Developed a framework for auto-generating OpenAPI specs from python docstring. Need to generate reusable examples and handle example cross-referencing to simplify the framework usage and make the specs more concise.

stevencox commented 6 years ago

This sounds cool. Where's the code?

dcvan24 commented 6 years ago

@stevencox - the code base resides in the swagger directory. You can also check out commits referencing this issue, which are mostly related to Swagger API generation.