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

Add query input type for GET method #12

Open jlongever opened 8 years ago

jlongever commented 8 years ago

Actually, this PR may be unnecessary since query params are supported in this PR https://github.com/fsbahman/apidoc-swagger/pull/11

If that is the case then this can be closed.

brownstein commented 8 years ago

@jlongever Shouldn't the parameter 'in' location be specified by the group instead of the data type?