Koha/api/v1/swagger/paths
Tomas Cohen Arazi bbe424dcfb Bug 27931: Add GET /items/:item_id/pickup_locations
This patch adds the mentioned route. It does so by:
- Adding the new path in paths.json
- Adding the full route spec in items.json
- Adds a controller method that takes care of the task

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/items.t
=> SUCCESS: Tests pass!
3. Play with your favourite REST tool. Pay special care to
   the AllowHoldPolicyOverride syspref and the expected behaviors.
=> SUCCESS: All works as expected
4. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-06-14 17:35:19 +02:00
..
acquisitions_funds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
acquisitions_orders.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
acquisitions_vendors.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
advancededitormacros.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
biblios.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
cash_registers.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
checkouts.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
circulation-rules.json Bug 28463: Add missing tags 2021-05-27 17:17:19 +02:00
cities.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
clubs.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
config_smtp_servers.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
holds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
ill_backends.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
illrequests.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
import_batch_profiles.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
items.json Bug 27931: Add GET /items/:item_id/pickup_locations 2021-06-14 17:35:19 +02:00
libraries.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
oauth.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_account.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_extended_attributes.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_holds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_password.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
public_patrons.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
quotes.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
return_claims.json Bug 28463: Add tags definitions in swagger.yaml 2021-05-27 17:17:19 +02:00
rotas.json Bug 28463: Add missing tags 2021-05-27 17:17:19 +02:00
transfer_limits.yaml Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00