]> git.koha-community.org Git - koha.git/commit
Bug 28965: Add /public/lists
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 7 Sep 2021 16:35:13 +0000 (13:35 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 8 Nov 2024 15:09:21 +0000 (16:09 +0100)
commit9a0cc6ad2a3dca82f9a9db1d1e08f86161b9b4d0
treec89471e00b4e842430723304495c15872fd049cb
parent9c5d7edf4f767d5f2fe45c7a3dc0a7c399b9a4db
Bug 28965: Add /public/lists

This patch adds a route for publicly retrieving lists.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/V1/Lists.pm [new file with mode: 0644]
Koha/Schema/Result/Virtualshelve.pm
Koha/Virtualshelf.pm
api/v1/swagger/definitions/list.yaml [new file with mode: 0644]
api/v1/swagger/paths/lists.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml