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

Add verbs.parameter.fields check #32

Closed folderol4 closed 7 years ago

folderol4 commented 7 years ago

There are cases where a verbs.parameter exists but verbs.parameter.fields does not exist. This improves the boolean check before executing verbs.parameter.fields.Parameter.length.

fsbahman commented 7 years ago

Good update thanks! 👍