Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 635 Bytes

File metadata and controls

24 lines (17 loc) · 635 Bytes

grape-swagger-entity

Adapter for grape-swagger that parses Grape::Entity classes into OpenAPI schema definitions.

Quick Reference

bundle install          # Install dependencies
bundle exec rspec       # Run tests
bundle exec rubocop     # Run linter
bundle exec rubocop -a  # Auto-fix linter issues

Key Constraints

  • Ruby >= 3.0
  • All files must start with # frozen_string_literal: true
  • CHANGELOG.md entry required for every PR (danger enforces this)

Documentation