Bug 17170: Add API route for SearchFilters
authorNick Clemens <nick@bywatersolutions.com>
Thu, 16 Sep 2021 15:54:19 +0000 (15:54 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 21 Oct 2022 14:15:14 +0000 (11:15 -0300)
commitadf252d96cff7b0125839da63d87ad05e2a52c9b
tree16e05b0ddfb3dce67f9693c2a7689f6a6384ef1b
parentb306b1d4caccef16161cea5b7914628911047de1
Bug 17170: Add API route for SearchFilters

This adds the API routes and tests

Sponsored-by: Sponsored by: Round Rock Public Library [https://www.roundrocktexas.gov/departments/library/]
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/SearchFilter.pm [new file with mode: 0644]
api/v1/swagger/definitions.yaml [new file with mode: 0644]
api/v1/swagger/definitions/search_filter.yaml [new file with mode: 0644]
api/v1/swagger/paths/search_filters.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
t/db_dependent/api/v1/search_filters.t [new file with mode: 0755]
t/lib/TestBuilder.pm