- Notifications
You must be signed in to change notification settings - Fork56
ruby-grape/grape-on-rails
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AGrape API mounted on Rails.
- ping: a hello world
GET
API - post: post JSON data
- raise: raise an error, Rails handling exceptions
- protected: API protected with rudimentary Basic Authentication
- headers: demonstrates header handling
bin/setuprails s
- Tryhttp://localhost:3000/api/ping orhttp://localhost:3000/api/protected/ping withusername andpassword.
- View Swagger docs athttp://localhost:3000/swagger.
About
Sample Grape API mounted on Rails.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.