kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

Automatic basic API documentation generation #211

Closed ethanwillis closed 8 years ago

ethanwillis commented 8 years ago

Is it possible to have apidoc automatically generate basic documentation for collection routes? Or would this be an additional feature that needs to be implemented?

AlexCatch commented 8 years ago

Check out this. https://github.com/apinf/restivus-swagger

ethanwillis commented 8 years ago

Perfect.