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';
AUTHOR
Artur Khabibullin - rtkh <at> cpan.org
LICENSE
This module and all the modules in this package are governed by the same license as Perl itself.