swagger-docs
Generates swagger-ui json files for Rails APIs with a simple DSL.
File Explorer
Download Latest Version (.zip)- gem-public_cert.pem
- api_declaration_file.rb
- api_declaration_file_metadata.rb
- config.rb
- dsl.rb
- generator.rb
- impotent_methods.rb
- methods.rb
- task.rb
- version.rb
- docs.rb
- swagger.rake
- application_controller.rb
- custom_resource_path_controller.rb
- ignored_controller.rb
- multiple_routes_controller.rb
- nested_controller.rb
- sample_controller.rb
- api_declaration_file_metadata_spec.rb
- api_declaration_file_spec.rb
- config_spec.rb
- dsl_spec.rb
- generator_spec.rb
- methods.rb
- spec_helper.rb
- .gitignore
- Appraisals
- CHANGELOG.md
- Gemfile
- LICENSE.txt
- Rakefile
- README.md
- swagger-docs.gemspec
π Installation Guide
1. Get the code
git clone https://github.com/richhollis/swagger-docs
Downloads the entire project code from GitHub to your computer.
cd swagger-docs
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
