Group
Extension

Matches 1

Yancy-Plugin-OpenAPI ( P/PR/PREACTION/Yancy-Plugin-OpenAPI-0.002.tar.gz, PREACTION, 2021; MetaCPAN )
Yancy-Plugin-OpenAPI/lib/Yancy/Plugin/OpenAPI.pm ( view source; MetaCPAN )

#pod =cut

use Mojo::Base 'Mojolicious::Plugin';
use Mojo::JSON qw( true false );
use Mojo::Util qw( url_escape );
use Yancy::Util qw( json_validator );
use Sys::Hostname qw( hostname );

# XXX: This
ction => 'get',
        format => 'json',
      };
    }
    else {
      # per-schema - GET = "list"
      return {
        action => 'list',
        format => 'json',
      };
    }
  }
  elsif ( $m
,
      format => 'json',
    };
  }
  elsif ( $method eq 'put' ) {
    die "'$method' $path needs id_field" if !$id_field;
    return {
      action => 'set',
      format => 'json',
    };
  }
  els

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