<<

NAME

Koha::App::Plugin::RESTV1

DESCRIPTION

Koha App Plugin used to intercept api calls and route them to the dedicated REST API Mojolicious App.

METHODS

register

Called at application startup; Sets up a router to catch all calls to /api and pass them through to Koha::REST::V1.

<<