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 - 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.
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.