Bug 26988: Add API route to fetch hold pickup locations and use it in the holds table
[koha.git] / Koha / REST / V1 / Cities.pm
2020-04-29 Tomas Cohen AraziBug 25048: Make successful resource deletion return 204
2020-04-29 Tomas Cohen AraziBug 25032: Make existing controllers use unhandled_exce...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-08 Tomas Cohen AraziBug 24321: Clean /cities
2020-01-08 Tomas Cohen AraziBug 23893: Use in /cities
2019-11-01 Tomas Cohen AraziBug 23859: Make POST add the Location header on cities...
2019-10-21 Tomas Cohen AraziBug 23770: (follow-up) Use ->to_api in /cities
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2018-02-16 Kyle M HallBug 20004: Fix POD
2018-02-16 Tomas Cohen AraziBug 20004: Adapt /v1/cities to new naming guidelines
2017-09-21 Lari TaskulaBug 18137: (follow-up) Fix handling DBIx::Class::Except...
2017-09-21 Lari TaskulaBug 18137: Make /cities Mojolicious::Plugin::OpenAPI...
2017-03-03 Tomas Cohen AraziBug 17992: REST api: Remove the use of ->unblessed...
2016-10-28 Jonathan DruartBug 17428: (QA followup) Remove warning
2016-10-28 Martin RenvoizeBug 17428: [REST] best practice followup
2016-10-28 Tomas Cohen AraziBug 17428: [REST] Koha::REST::V1::Cities introduced