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

some features extention #11

Open skazska opened 8 years ago

skazska commented 8 years ago

added support for parameters in headers @apiHeader will be converted in parameters with in:header separated path parameters from query/body added @apiError support it being converted to results added support for parameters groups (given in round braces)

brownstein commented 8 years ago

:+1:, strongly advocate this merge

xk4r00t commented 6 years ago

Up,

Could you merge this PR, it's very interesting feature !

amanoooo commented 4 years ago

I write an apidoc-swagger-3,

fsbahman commented 4 years ago

@skazska could you resolve merge conflicts?