Bug 27352: Add GET /biblios/:biblio_id/items
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 6 Jan 2021 15:00:40 +0000 (12:00 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Jan 2021 08:03:45 +0000 (09:03 +0100)
commit0f11d6acbb5d61c8b8fafd845eb8de650a84a201
treeb5073b9906899b41baa605d4e933be29d538a53d
parent4249048a9e83a326026859307d5f89d95be06a69
Bug 27352: Add GET /biblios/:biblio_id/items

This patch adds a route to fetch the items for a biblio. It relies
entirely on already existing methods.

To test:
1. Use your favourite REST tool
2. Play with the new route.
=> SUCCESS: It works as expected!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/Biblios.pm
api/v1/swagger/paths.json
api/v1/swagger/paths/biblios.json