An open API service indexing awesome lists of open source software.

https://github.com/sourcey/spectacle-rails

Generate beautiful static documentation for your Rails API from a OpenAPI/Swagger 2.0 spec.
https://github.com/sourcey/spectacle-rails

Last synced: 6 months ago
JSON representation

Generate beautiful static documentation for your Rails API from a OpenAPI/Swagger 2.0 spec.

Awesome Lists containing this project

README

          

# Spectacle

Generate beautiful static documentation for your Rails API from OpenAPI/Swagger 2.0 specifications.

## Contributing

When raising a Pull Request please ensure that you have provided good test coverage for the request you are making.

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request