Sha256: f7b475ef1c0ba0f9cc3ba757fde28efc861a18202c469a779da3d7d1ef666f33

Contents?: true

Size: 741 Bytes

Versions: 3

Compression:

Stored size: 741 Bytes

Contents

Configureless and no DSL. 👍 But you can also configure.  
Manage with yaml file instead of Ruby code.  
Loosely coupled to your Rails project. 👍  
So if you want to use another tool, you can port it right away. 😢  
Generate api docment(OpenAPI) side only from `Rails` routing.  
  
Provide rake tasks to management API Docment (OpenAPI) 🎉  
  
    $ bundle exec rake routes:oas:init
    $ bundle exec rake routes:oas:docs
    $ bundle exec rake routes:oas:ui
    $ bundle exec rake routes:oas:editor
    $ bundle exec rake routes:oas:monitor
    $ bundle exec rake routes:oas:build
    $ bundle exec rake routes:oas:clean
    $ bundle exec rake routes:oas:analyze
    $ bundle exec rake routes:oas:deploy

  
Happy Coding ❗️

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
r2-oas-0.5.0 GEMSPEC.md
r2-oas-0.4.1 GEMSPEC.md
r2-oas-0.4.0 GEMSPEC.md