Skip to content
railsengines.com

Swagger UI Engine

Include swagger-ui as rails engine and document your API with simple JSON or YAML files

No ratings yet
Gem
swagger_ui_engine
Repository
zuzannast/swagger_ui_engine
License
MIT
Stars
82
Added
August 17, 2026

About

Include swagger-ui as rails engine and document your API with simple JSON or YAML files.

Include swagger-ui as Rails engine and document your API with simple YAML files.

What you get

  • Supports API documentation versioning / multiple APIs documentation
  • Easily configurable Swagger interface and OAuth2 authorization
  • Enables using Swagger interface translations
  • Works with API-only applications
  • Simple, clear and actively maintained :ok_woman:

Mounting it

ruby
# Gemfile
gem "swagger_ui_engine"

# config/routes.rb
mount SwaggerUiEngine::Engine, at: "/api_docs"

Details

82 stars on GitHub · MIT licensed · maintained by zuzannast. Source: https://github.com/zuzannast/swagger_ui_engine

Discussion (0)

Sign in to join the discussion.

No comments yet.