Hacker News new | ask | show | jobs
by mishkinf 4647 days ago
https://github.com/mishkinf/apiknow is another project to help build out an api documentation and Test Drive it
1 comments

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/