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
- jruby-head build broken
- DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block
- Declared broken for hash params with overlapping names
- using `coerce_with:` lambda without root `Exception` difficult to *debug* unless we help Grape `coerce_value`
- Result of the block in the 'given' method are ignored
- Suppress one of the validation errors from `allow_blank` on a required parameter
- Add middleware from the outside
- API breakable change after upgrade to rails 6.1.0
- Invalid % Encoding
- how to define multiple allowed types with values?
- Docs
- Grape::DeclaredParamsHandler#handle_passed_param
- Grape::DeclaredParamsHandler#build_memo_key
- Grape::DeclaredParamsHandler#declared_hash_attr
- Grape::DeclaredParamsHandler#declared_hash
- Grape::DeclaredParamsHandler#recursive_declared
- Grape::DeclaredParamsHandler#call
- Grape::DeclaredParamsHandler#initialize
- Grape::Endpoint#compile!
- Grape::Validations::Validators::RegexpValidator#scrub
- Grape::API.argument_lazy?