[Koha-bugs] [Bug 13799] Add base for building RESTful API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 7 21:31:00 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799

--- Comment #190 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
My patches require the latest versions of Swagger2 and JSON::Validator modules.
 I highly recommend especially whilst in development that we stick to the
latest versions of these modules...  The code is moving fast and becoming more
and more refined almost daily.

The latest changes include..

* Validating the swagger.json specification file against the swagger schema
during application startup (This should prevent 'bad schema' making it into
release).
* Correct handling of $ref json-references in schemata
* Stricter coercion functions and validation (JSON::Boolean and Integer
coercion handling improvements)

and various other bugfixes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list