[Koha-bugs] [Bug 16826] REST API: Add API routes for getting item availability and holdability

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 17:22:21 CET 2017


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

Lari Taskula <lari.taskula at jns.fi> changed:

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

--- Comment #46 from Lari Taskula <lari.taskula at jns.fi> ---
Created attachment 60269
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60269&action=edit
Bug 16826: Controllers for availability

GET /availability/biblio/hold
GET /availability/biblio/search
GET /availability/item/checkout
GET /availability/item/hold
GET /availability/item/search

Includes API tests.

To test:
1. prove t/db_dependent/api/v1/availability.t
2. Use Swagger-UI or make direct GET requests to specified availability
   endpoints, and make sure the returned data looks ok.

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


More information about the Koha-bugs mailing list