0

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!

Oleg Vodolazsky
  • 196
  • 1
  • 11

1 Answers1

1

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

Philip Hallstrom
  • 19,673
  • 2
  • 42
  • 46