<<

NAME

Koha::REST::V1::Items - Koha REST API for handling items (V1)

API

Methods

list

Controller function that handles listing Koha::Item objects

get

Controller function that handles retrieving a single Koha::Item

Internal methods

_to_api

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

_to_model

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

Global variables

$to_api_mapping

$to_model_mapping

<<