Koha/t/db_dependent/api/v1
Julian Maurice 9d31efa2b5 Bug 13903: (QA followup) change routes to /holds
GET    /holds?borrowernumber=X (list)
POST   /holds                  (create)
PUT    /holds/{reserve_id}     (update)
DELETE /holds/{reserve_id}     (delete)

Unit tests in t/db_dependent/api/v1/holds.t

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-05-04 13:54:01 +00:00
..
holds.t Bug 13903: (QA followup) change routes to /holds 2016-05-04 13:54:01 +00:00
patrons.t Bug 15548: Move new patron related code to Patron* 2016-03-03 14:38:26 -07:00