Re: [Koha] Question about API Biblio/items

2022-02-03 Thread Mathieu Saby
Thanks Julien Sicot made a custom plugin for Rennes2 university ( https://github.com/jsicot/koha-plugin-rta-api ), but to be honest when I saw that a biblios/items API has been added in Koha, I hoped for a support for checkout information, to avoid the use of custom plugins... M. Saby Le jeu. 3

Re: [Koha] Question about API Biblio/items

2022-02-03 Thread Ere Maijala
Hi, Our plugin might be of interest to you: https://github.com/natlibfi/koha-plugin-rest-di The result format it uses is a bit convoluted, but it'll get the information across. Here's some example PHP code using the plugin's endpoints:

[Koha] Question about API Biblio/items

2022-02-02 Thread Mathieu Saby
Hi I tried to use the rather new biblio/items route ( https://wiki.koha-community.org/wiki/Biblios_items_endpoint_RFC) on a demo Koha instance (20.11.02.001). It works ;-) but I did not manage to get the real availabilty status of my items : if the item is checked out to a borrower, the result in