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

David Nind <da...@davidnind.com> changed:

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

--- Comment #7 from David Nind <da...@davidnind.com> ---
Created attachment 135199
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135199&action=edit
Bug 30790: Add REST API route to list biblios

Examples:

GET /api/v1/biblios
GET /api/v1/biblios?q={"title": "foo"}
GET /api/v1/biblios?q={"isbn": "1-23-456789-0"}
GET /api/v1/biblios?_order_by=title

Test plan:
1. Try requesting this endpoint with your favorite API tool
2. Run `prove t/db_dependent/api/v1/biblios/list.t`

Signed-off-by: David Nind <da...@davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to