grape-swagger
https://github.com/ruby-grape/grape-swagger
Ruby
Add OAPI/swagger v2.0 compliant documentation to your grape API
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.
1 Subscribers
Add a CodeTriage badge to grape-swagger
Help out
- Issues
- Fix Grape 3.2 compatibility: keyword args for desc and custom param types
- Grape deprecates passing a positional options Hash to `desc` (grape-swagger uses it internally)
- Ruby 3.4 and refactor swagger documentation modules
- Add support for array of primitive data types in responses
- Bug Report: `default` for array params (`type: [String]`) is incorrectly placed inside `items`
- Bug report: omitted array parameters with `array_use_braces: true`
- Add support for procs in default value
- Fix issue where array params are sometimes omitted when `array_use_braces` is true
- Add OpenAPI 3.0/3.1 support with backward-compatible architecture
- Support custom model descriptions and examples
- Docs
- BackendApiLogic::MetricExtension#extend_system_name
- BackendApiLogic::MetricExtension#extended_system_name
- BackendApiLogic::MetricExtension#system_name_without_suffix
- BackendApiLogic::MetricExtension::ClassMethods#system_name_without_suffix
- BackendApiLogic::MetricExtension::ClassMethods#build_extended_system_name
- BackendApiLogic::MetricExtension::ClassMethods#hits_extended_system_name_regex
- BackendApiLogic::MetricExtension::ClassMethods#hits_extended_system_name_as_sql
- BackendApiLogic::MetricExtension#parent_id_for_service
- BackendApiLogic::MetricExtension#service_metric?
- NotificationDeliveryService#invalid_event?