Search code examples
ruby-on-railsapiruby-on-rails-4rubygemsapi-versioning

Rails API builder with auto generated documentation


I've been wondering is there any gem to generate API documentation for Rails app not only with versioning and input parameters but with documentation for returned parameters too. Thanks!


Solution

  • Swagger does a pretty nice job of this. Best part is it's fully interactive as well. http://swagger.io