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
251 stars 129 forks source link

Cover the cases where parameter type is undefined and verb type is up… #53

Open mertyildiran opened 4 years ago

mertyildiran commented 4 years ago

In some cases especially the apiDocs are incomplete or have wrong method name etc. error might occur. This PR fixes some of these errors.

Mohammad-Alavi commented 4 years ago

@fsbahman Can we please have this PR meged? It solves problems we are facing using this awesome package <3

dmitryvovk commented 3 years ago

I also join, can we please merge this PR?