Koha/t/db_dependent/api/v1
Jiří Kozlovský 96456cadc2 Bug 16497: Add /api/v1/libraries
CRUD for libraries via REST API.

GET    /api/v1/libraries              - List all libraries
GET    /api/v1/libraries/{branchcode} - Get one Library
POST   /api/v1/libraries              - Add new Library
DELETE /api/v1/libraries/{branchcode} - Delete 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: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-02-19 13:52:14 +00:00
..
acquisitions_vendors.t
auth.t Bug 22061: Add a /public namespace that can be switched on/off 2019-01-28 15:45:54 +00:00
auth_authenticate_api_request.t Bug 22071: Regression tests 2019-01-04 03:13:39 +00:00
auth_basic.t Bug 22132: (QA follow-up) set_password now expects a hashref 2019-01-30 18:57:18 +00:00
cities.t Bug 22227: Make GET /cities staff only 2019-02-15 18:42:46 +00:00
holds.t
illrequests.t Bug 21835: (QA follow-up) Fix failing test 2018-11-16 17:29:30 +00:00
libraries.t Bug 16497: Add /api/v1/libraries 2019-02-19 13:52:14 +00:00
oauth.t
patrons.t Bug 22107: patrons.t doesn't need to delete existing data 2019-01-11 18:48:51 +00:00
patrons_accounts.t Bug 21786: Unit tests 2019-01-08 15:50:50 +00:00
patrons_password.t Bug 22061: (follow-up) set_password expects a hashref 2019-01-28 15:46:58 +00:00
stockrotationstage.t