<<

API

Methods

get

Controller function that handles retrieving a single biblio object

delete

Controller function that handles deleting a biblio object

get_public

Controller function that handles retrieving a single biblio object

get_bookings

Controller function that handles retrieving biblio's bookings

get_items

Controller function that handles retrieving biblio's items

add_item

Controller function that handles creating a biblio's item

update_item

Controller function that handles updating a biblio's item

get_checkouts

List Koha::Checkout objects

pickup_locations

Method that returns the possible pickup_locations for a given biblio used for building the dropdown selector

get_items_public

Controller function that handles retrieving biblio's items, for unprivileged access.

set_rating

Set rating for the logged in user

add

Controller function that handles creating a biblio object

update

Controller function that handles modifying an biblio object

list

Controller function that handles retrieving a single biblio object

merge

Controller function that handles merging two biblios. If an optional MARCXML is provided as the request body, this MARCXML replaces the bibliodata of the merge target biblio. Syntax format inside the request body must match with the Marc format used into Koha installation (MARC21 or UNIMARC)

<<