NAME
Raisin::Plugin::Swagger - Generate API documentation.
SYNOPSIS
plugin 'Swagger';
DESCRIPTION
Generate Swagger compatible API documentaions.
Provides documentation in Swagger compatible format by /api-docs
URL. You can use this url in Swagger UI.
CORS
Cross-origin resource sharing
plugin 'Swagger', enable => 'CORS';