[Koha-bugs] [Bug 27358] Add GET /public/biblios/:biblio_id/items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 19:49:52 CET 2021


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

--- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 114938
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114938&action=edit
Bug 27358: Add GET /public/biblios/:biblio_id/items

This patch introduces a route to fetch items belonging to a biblio. It
is expected to return the 'public' representation of the Koha::Item
objects.

It is also enforcing the visibility rules, by using
Koha::Items->filter_by_visible_in_opac.

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/biblios.t
=> SUCCESS: Test pass and they cover all the cases!
3. Try your favourite REST tool against the new route.
4. Sign off :-D

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


More information about the Koha-bugs mailing list