Bug 24857: API spec
authorNick Clemens <nick@bywatersolutions.com>
Tue, 8 Mar 2022 11:34:40 +0000 (11:34 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 8 Jul 2022 18:59:55 +0000 (15:59 -0300)
commit95a6ee4d530d6da8048bfdfa65298148b11793ac
tree03ea80c3ba831269a4d028b1ca8eca065fe253ce
parent1094577cff8a0f054b05717b3bc852fa3b0fbfaa
Bug 24857: API spec

To test:
1 - prove t/db_dependent/api/v1/item_groups.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/Biblios/ItemGroups.pm [new file with mode: 0644]
Koha/REST/V1/Biblios/ItemGroups/Items.pm [new file with mode: 0644]
api/v1/swagger/definitions/item_group.yaml [new file with mode: 0644]
api/v1/swagger/paths/biblios_item_groups.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
t/db_dependent/api/v1/item_groups.t [new file with mode: 0755]