The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.