[Koha-bugs] [Bug 34054] Allow to embed biblio on GET /items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 23 11:10:41 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34054

Andreas Roussos <a.roussos at dataly.gr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #152467|0                           |1
        is obsolete|                            |

--- Comment #5 from Andreas Roussos <a.roussos at dataly.gr> ---
Created attachment 153820
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153820&action=edit
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 at dataly.gr>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list