Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swaggerize

Auto generates swagger JSON documentation for a Rails based app

Installation

Add this line to your application's Gemfile:

gem 'swaggerize', git: 'https://github.com/KLCrow/swaggerize.git'

And then execute:

$ bundle install

Include Swaggerize in parent ApiController

include Concerns::Swaggerize

You can exclude gem execution for a specific controller or action by adding

skip_after_action :swaggerize, only: [:index, :show]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages