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

Plack::App::APISchema::MockServer - Mock Server for APISchema

SYNOPSIS

  use Plack::App::APISchema::MockServer;
  my $app = Plack::App::APISchema::MockServer->new($schema)->to_app;

DESCRIPTION

Plack::App::APISchema::MockServer mocks response with example of resource definitions.