<<

NAME

Koha::REST::V1::Patrons

API

Methods

list

Controller function that handles listing Koha::Patron objects

get

Controller function that handles retrieving a single Koha::Patron object

add

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

update

Controller function that handles updating a Koha::Patron object

delete

Controller function that handles deleting a Koha::Patron object

guarantors_can_see_charges

Method for setting whether guarantors can see the patron's charges.

guarantors_can_see_checkouts

Method for setting whether guarantors can see the patron's checkouts.

Internal methods

_to_api

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

_to_model

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

Global variables

$to_api_mapping

$to_model_mapping

<<