<<

NAME

Koha::REST::V1::Library - Koha REST API for handling libraries (V1)

API

Methods

list

Controller function that handles listing Koha::Library objects

get

Controller function that handles retrieving a single Koha::Library

add

Controller function that handles adding a new Koha::Library object

update

Controller function that handles updating a Koha::Library object

delete

Controller function that handles deleting a Koha::Library object

_to_api

Helper function that maps a hashref of Koha::Library attributes into REST api attribute names.

_to_model

Helper function that maps REST api objects into Koha::Library attribute names.

Global variables

$to_api_mapping

$to_model_mapping

<<