Bug 34587: Add list endpoints for usage_databases/items/platforms
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 3 Aug 2023 13:24:08 +0000 (13:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Oct 2023 19:46:08 +0000 (16:46 -0300)
commitb74815dc6478a64770efb995caab73ab731f229e
treeef835a17cf663a64ade81ceb4fd2a5ef1689d6b3
parent8987ff1591f05b1f34b8fc9318fad99d59c7a963
Bug 34587: Add list endpoints for usage_databases/items/platforms

Needed to display lists in the provider tabs in the UI

Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/ERM/UsageDatabases.pm [new file with mode: 0644]
Koha/REST/V1/ERM/UsageItems.pm [new file with mode: 0644]
Koha/REST/V1/ERM/UsagePlatforms.pm [new file with mode: 0644]
api/v1/swagger/definitions/erm_usage_database.yaml [new file with mode: 0644]
api/v1/swagger/definitions/erm_usage_item.yaml [new file with mode: 0644]
api/v1/swagger/definitions/erm_usage_platform.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_usage_databases.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_usage_items.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_usage_platforms.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml