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

creating body and path parameters instead of query params #1

Closed kukicvladimir closed 9 years ago

kukicvladimir commented 9 years ago

There is one thing that is not done yet, and that is nested schemas.

fsbahman commented 9 years ago

It looks good Vladimir, :+1: It saves a lot of time from developing this project.