Group
Extension

Matches 1

Mojolicious-Plugin-SwaggerUI ( M/MA/MARGHI/Mojolicious-Plugin-SwaggerUI-v0.0.4.tar.gz, MARGHI, 2020; MetaCPAN )
Mojolicious-Plugin-SwaggerUI/lib/Mojolicious/Plugin/SwaggerUI.pm ( view source; MetaCPAN )
plugin 'SwaggerUI' => {
        route => app->routes()->any('/swagger'),
        url => '/swagger.json',
    };
    
    # Mojolicious Full
    $app->plugin(
        SwaggerUI => {
            route  
 => {
        url => '/swagger.json'
    };

Url for the JSON Swagger specification. It defaults to C</v1>.

B<NOTE:>
L<Mojolicious::Plugin::OpenAPI> can expose the JSON Swagger spec under the base pa

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.