echo-api
https://github.com/3scale/echo-api
Ruby
Simple sinatra app that returns back info about the request
ThreeScale::SpamProtection::Protector::FormProtector#http_method
No Docs, write some!
Edit
git clone [email protected]:3scale/echo-api.git
cd echo-api
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ThreeScale--SpamProtection--Protector--FormProtector-http_method-for-pr
# Commit to gitgit add git commit -m "better docs for ThreeScale::SpamProtection::Protector::FormProtector#http_method"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ThreeScale--SpamProtection--Protector--FormProtector-http_method-for-pr
hub pull-request
# Celebrate!