/koha-plugin-availabilityapi

Koha Availability REST API endpoints plugin

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

koha-plugin-availabilityapi

At this stage, this is a toy project for creating a useful API for Koha. It is focused on retrieving information from Koha.

Implemented endpoints

  • GET /biblios/:biblio_id/allows_hold
  • GET /biblios/:biblio_id/allows_checkout
  • GET /items/:item_id/allows_hold
  • GET /items/:item_id/allows_checkout

Install

Download the latest .kpz file from the releases page. Install it as any other plugin following the general plugin install instructions.

Caveat: If you want to try this endpoints, you will need to do it on top of the Koha master branch