fsbahman / apidoc-swagger

apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
Other
252 stars 129 forks source link

Allow user to use apidoc api_data.json and api_project.json as input. #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

Useful when you need to generate swagger file for a public API that exposes these file but not the source code.