https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32336 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #5 from Jonathan Druart <jonathan.druart+koha@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.