<<

NAME

Koha::REST::V1::Biblios::ItemGroups - Koha REST API for handling item groups (V1)

API

Methods

list

Controller function that handles listing Koha::Biblio::ItemGroup objects

get

Controller function that handles retrieving a single Koha::Biblio::ItemGroup

add

Controller function to handle adding a Koha::Biblio::ItemGroup object

update

Controller function to handle updating a Koha::Biblio::ItemGroup object

delete

Controller function that handles deleting a Koha::Biblio::ItemGroup object

<<