[Koha-bugs] [Bug 32336] MARCXML output of REST API may be badly encoded (UNIMARC)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 23 15:28:02 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #5 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Julian Maurice from comment #4)
> 8. You should also test /api/v1/biblios/<biblionumber> (this one
>    requires authentication, so cURL might not be the most practical
>    tool; use your favorite tool for this)

FYI you can use -u koha:koha ;)

curl -v -s -u koha:koha --request GET 'http://localhost:8081/api/v1/biblios/1'
--header 'Accept: application/marcxml+xml'

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


More information about the Koha-bugs mailing list