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!
Asked
Active
Viewed 108 times
1 Answers
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
-
Thanks! Swagger looks pretty good for my needs – Oleg Vodolazsky Sep 30 '15 at 16:38