Skip to content

Testing and playing around with grape and swagger generated documentation for API

Notifications You must be signed in to change notification settings

pabuisson/grape-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grape example

A quick project to test several aspect of the ruby gem grape and several gems among its ecosystem for easily building and documenting APIs.

Gems involved:

Getting started

rake db:create
rake db:migrate
rake db:seed
rails server

You can then access the documentation at developers.lvh.me:3000. This documentation is auto-generated from the API itself and you can use it to send requests to test the API (request will also show you how to launch the request using curl).

About

Testing and playing around with grape and swagger generated documentation for API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published