At this stage, this is a toy project for creating a useful API for Koha. It is focused on retrieving information from Koha.
- GET /biblios/:biblio_id/allows_hold
- GET /biblios/:biblio_id/allows_checkout
- GET /items/:item_id/allows_hold
- GET /items/:item_id/allows_checkout
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