What are cool kids using nowadays to easily parse/generate/publish REST APIs? I took a look on Swagger and It looks nice but from my point of view it doesn\'t fit ok with Ru
Swagger can be used with ruby as client to automatically generate client libraries from a Swagger-compliant server https://github.com/wordnik/swagger-codegen
If you use RoR than I think you should look at https://github.com/elc/rapi_doc , but it is not easy to use.