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

apidoc-swagger not having the latest apidoc version? #10

Open vasanthav opened 8 years ago

vasanthav commented 8 years ago

Currently, I don't see apidoc-swagger able to parse Object[] and recognizing 4xx error codes. But latest apidoc is supporting that. Is there a plan for apidoc-swagger to support the latest version of apidoc?

fsbahman commented 8 years ago

That is a good point, I don't have a plan yet, if you changed it I would be glad to accept your pull request, otherwise I will plan it for later.