Comment on RAML - RESTful API modeling languageComments−mishkinf12yhttps://github.com/mishkinf/apiknow is another project to help build out an api documentation and Test Drive it−inerte12yI think Swagger [1,2] is similar, which I am currently using, via node/restify. Awesome little project that generates docs and an interface for API consumers to experiment with.1 - https://developers.helloreverb.com/swagger/ 2 - http://swagger.wordnik.com/−jjsz12yHow does Swagger compare with Scrooge (Twitter's Scala / Apache Thrift code generator)[0]?[0] http://twitter.github.io/scrooge/
Comments
https://github.com/mishkinf/apiknow is another project to help build out an api documentation and Test Drive it
I think Swagger [1,2] is similar, which I am currently using, via node/restify. Awesome little project that generates docs and an interface for API consumers to experiment with.
1 - https://developers.helloreverb.com/swagger/ 2 - http://swagger.wordnik.com/
How does Swagger compare with Scrooge (Twitter's Scala / Apache Thrift code generator)[0]?
[0] http://twitter.github.io/scrooge/