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
- Proposal: replace hand-edited CHANGELOG.md with build-time changelog fragments
- Encapsulate Grape::Validations::Validators::Base state behind readers
- Reuse one AttributesIterator per validator; drop Enumerable
- Deprecate positional options Hash for `desc`; add grape-swagger integration spec
- [DRAFT] Generalize middleware options to per-class Data value objects
- Move content-type helpers from Middleware::Base into PrecomputedContentTypes
- Move declaration-coherence checks into ValidationsSpec
- Introduce Grape::Validations::CoerceOptions value object
- Use an internal Grape::Validations::SharedOptions value object
- Pass Grape::Exceptions::ErrorResponse to error_formatter#call
- Docs
- SignatureVerification#require_account_signature!
- CreateStatusTrends#change
- AddRoleIdToUsers#change
- SignatureVerification#actor_refresh_key!
- SignatureVerification#actor_from_key_id
- SignatureVerification#fail_with!
- SignatureVerification#signed_request_actor
- SignatureVerification#require_actor_signature!
- Admin::SystemCheck::SidekiqProcessCheck#skip?
- Admin::SystemCheck::DatabaseSchemaCheck#skip?