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

Query param #28

Closed PSJMcNeill closed 7 years ago

PSJMcNeill commented 7 years ago

Posted the issue on apidoc too but is there a way to define a param as a query param rather than a path?

By default any params seem to get set to be a path in apidoc.

Vaxter commented 7 years ago

This plugin is currently unable to handle param groups. I have added basic grouping support and there is a pull request waiting for more than a month.