grape
https://github.com/intridea/grape
Ruby
An opinionated framework for creating REST-like APIs in Ruby.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
27 Subscribers
Add a CodeTriage badge to grape
Help out
- Issues
- Take `declared_params_scope` as a keyword instead of stamping it into opts
- Check a group's type in one place for `requires` and `optional`
- Pass `required` as an argument instead of writing a presence key
- Take `as` as a keyword argument in `requires` and `optional`
- Extract the shared body of `requires` and `optional`
- Add Grape::PrecompiledJson for bodies that are already JSON
- Keep `refresh_already_mounted` out of `mount`'s public signature
- Add `default_response`, the name grape-swagger reads, and fix `Route#default`
- Preserve positional options for named params
- Proposal: replace hand-edited CHANGELOG.md with build-time changelog fragments
- Docs
- NotifyService::FilterCondition#response_to_recipient?
- NotifyService::FilterCondition#private_mention_not_in_response?
- NotifyService::FilterCondition#from_limited?
- NotifyService::FilterCondition#override_for_sender?
- NotifyService::FilterCondition#new_account?
- NotifyService::FilterCondition#not_follower?
- NotifyService::FilterCondition#not_following?
- NotifyService::FilterCondition#filtered_by_private_mentions_policy?
- NotifyService::FilterCondition#filtered_by_new_accounts_policy?
- NotifyService::FilterCondition#filtered_by_not_followers_policy?