Bug 34054: Allow to embed biblio on GET /items
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 25 Apr 2023 10:06:07 +0000 (12:06 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 22 Sep 2023 19:42:52 +0000 (09:42 -1000)
commitcf017af80c4ddfb7fbf7a31a3b6275a8b004fabd
treee1841e426c03edfacdbe294f4e0c5ee16f5ddff7
parent66a790e6cd886dde094c21da1e00859e70c058a5
Bug 34054: Allow to embed biblio on GET /items

Test plan:
Request the /items REST API endpoint and ask for the biblio's info to be
embeded into the response passing x-koha-embed

curl -u koha:koha --request GET 'http://localhost:8081/api/v1/items' --header "x-koha-embed: biblio" --header "Content-Type: application/json"

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Andreas Roussos <a.roussos@dataly.gr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9afc411a150ab5bdf9337d73e82b2ac39e851e91)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
api/v1/swagger/paths/items.yaml