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
- Support different incoming to outgoing content-type
- Feature request: Pass array/Regexp to namespace/request methods
- uninitialized constant Grape::Formatter::Base (NameError)
- error! not finding Grape::Entity if called in rescue_from block
- Modify the VENDOR_VERSION_HEADER_REGEX to support/recognize matches on the HAL (hal+json) format
- Shared params don't get inherited like helper methods
- Problem with starting Rails project after fixing syntax error in Grape API files
- error! method with Grape Entity and Multiple errors
- [DOCS] Incorrect documentation for binary formatter
- fix Grape helpers modified given helper module
- 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?