[Koha-bugs] [Bug 16497] REST API: add routes to list libraries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 31 11:49:26 CEST 2016


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

Jiří Kozlovský <mail at jkozlovsky.cz> changed:

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

--- Comment #4 from Jiří Kozlovský <mail at jkozlovsky.cz> ---
Created attachment 53819
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53819&action=edit
Bug 16497 - REST API: add routes to list libraries

Simple routes to list all or get one Library
GET /api/v1/libraries              - List all libraries
GET /api/v1/libraries/{branchcode} - Get one Library

Test plan:
  - apply patch
  - run tests: t/db_dependent/api/v1/libraries.t
  - test API with some API tool or simple curl

e.g.:
curl http://host:port/api/v1/libraries
curl http://host:port/api/v1/libraries/cpl

Signed-off-by: Lari Taskula <larit at student.uef.fi>
Signed-off-by: Jiří Kozlovský <mail at jkozlovsky.cz>

Works as expected. Nice work! :)

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


More information about the Koha-bugs mailing list