Skip to content
Seth Herr edited this page Feb 22, 2015 · 9 revisions

Use grape to building an auto-documented API

Check out the sample app

====

  • grape a REST-like API micro-framework for Ruby. Makes building APIs easier and faster.

  • grape swagger The grape-swagger gem provides autogenerated swagger documentation (it's magical).

  • swagger ui rails The swagger-ui_rails gem provides asset pipeline assets for swagger-ui - beautiful, interactive documentation.

  • wine_bouncer The wine_bouncer gem protects grape with Doorkeeper.

Clone this wiki locally