grape

https://github.com/intridea/grape

Ruby

An opinionated framework for creating REST-like APIs in Ruby.

GrapeAPIBugTest#test_v1_users_via_api

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:intridea/grape.git

cd grape

open benchmark/issue_mounting.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-GrapeAPIBugTest-test_v1_users_via_api-for-pr


# Commit to git

git add benchmark/issue_mounting.rbgit commit -m "better docs for GrapeAPIBugTest#test_v1_users_via_api"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-GrapeAPIBugTest-test_v1_users_via_api-for-pr

hub pull-request


# Celebrate!