Koha/api/v1/swagger
Martin Renvoize a8376f99d9 Bug 17432: Remove minification
The swagger specification file is currently being minified adding
manual steps to release management and restful api route development.
The minification is not required; The deferenced version of the
specification is now internally validated at runtime and relavant errors
output and the dereferenced schema has been made publically available at
/api/v1/spec, so it can be copy&pasted into validation tools

Test Plan
1) Apply patch
2) Ensure api routes still function (applying the /cities patch might be
    helpful)
3) Ensure /api/v1/spec page exists (it should be the de-referenced
    swagger.json file)

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
2016-10-11 06:57:38 +00:00
..
definitions
parameters
paths Bug 14868: Use x-koha-authorization in current routes 2016-09-02 12:20:36 +00:00
definitions.json
parameters.json
paths.json
swagger.json Bug 14868: Swagger2-driven Permission checking 2016-09-02 12:20:35 +00:00
x-primitives.json