<<

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

<<