grape
https://github.com/ruby-grape/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.
15 Subscribers
Add a CodeTriage badge to grape
Help out
- Issues
- Stop building a backtrace in the default rescue handler
- Let a parser's Grape errors through the formatter without re-raising
- Translate ValidationErrors#full_messages once instead of on every call
- Return the elements of an Array params scope that are not a Hash from declared
- Look for a 405 neighbour only on paths the method has no route on
- Validate required Hash params scopes without the attributes iterator
- Validate the elements of an Array params scope without the attributes iterator
- Preserve positional options for named params
- Proposal: replace hand-edited CHANGELOG.md with build-time changelog fragments
- Grape for Enterprise on README redirects to a sales pitch
- Docs
- Grape::Router#neighbours
- Grape::Router::Route#params_from_union
- Grape::Router::BaseRoute#union_captures
- Grape::Router::BaseRoute#resolve_union_captures
- #jit_available?
- Grape::DSL::Routing#validate_requirements!
- Grape::Middleware::Formatter#ensure_content_type!
- Grape::Validations::ParamsScope#collected_oneof
- Grape::Router#resolve_capture_groups
- Grape::Router::BaseRoute#resolve_capture_group!