<<

NAME

Koha::REST::V1::Acquisitions::Vendors

API

Methods

list_vendors

Controller function that handles listing Koha::Acquisition::Bookseller objects

get_vendor

Controller function that handles retrieving a single Koha::Acquisition::Bookseller

add_vendor

Controller function that handles adding a new Koha::Acquisition::Bookseller object

update_vendor

Controller function that handles updating a Koha::Acquisition::Bookseller object

delete_vendor

Controller function that handles deleting a Koha::Acquisition::Bookseller object

_to_api

Helper function that maps a Koha::Acquisition::Bookseller object into the attribute names the exposed REST api spec.

_to_model

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

<<