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

Any news here? Especially for a new npm version? #9

Closed alqu closed 8 years ago

alqu commented 8 years ago

See title.

I myself fixed the "multiple methods under one path" issue... only to find out, that it has already been fixed in the current master.

Please release a fresh version to npm. Thanks.

fsbahman commented 8 years ago

Hi, the npm packages are updated, please have a look and let me know if anything.

alqu commented 8 years ago

Cool, works perfect now!

Thanks a lot.