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.
26 Subscribers
Add a CodeTriage badge to grape
Help out
- Issues
- Introduce Grape::Util::Lazy::Base for unified lazy-type dispatch
- Readability: case/when, guard clauses, small cleanups
- Skip run_filters and instrumentation on empty filter lists
- Add Grape::Middleware::PrecomputedContentTypes and short-circuit merge_headers
- Fix Style/OptionalBooleanParameter and remove from rubocop_todo
- Extract Grape::Endpoint.before_each into Grape::Testing
- feature(#2385): Param with multiple acceptable Hash Types
- `raise` instead of `throw` ?
- Add error suppressed by Grape::Middleware::Error to rack env(like action_dispatch.exception)
- Grape for Enterprise on README redirects to a sales pitch
- Docs
- Grape::DSL::Middleware#use
- Grape::DSL::Validations#contract
- Grape::DSL::Validations#params
- Grape::DSL::Validations#reset_validations!
- Grape::DSL::RequestResponse#extract_with
- Grape::DSL::RequestResponse#represent
- Grape::DSL::RequestResponse#rescue_from
- Grape::DSL::RequestResponse#default_error_status
- Grape::DSL::RequestResponse#content_types
- Grape::DSL::RequestResponse#content_type