[Koha-bugs] [Bug 17432] Remove requirement to minify swagger.json

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 14:27:09 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17432

Claire Gravely <claire_gravely at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56260|0                           |1
        is obsolete|                            |

--- Comment #4 from Claire Gravely <claire_gravely at hotmail.com> ---
Created attachment 56265
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56265&action=edit
Bug 17432: Remove superflous minification

The swagger specification file is currently superflously 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

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 at hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Koha-bugs mailing list