[Koha-bugs] [Bug 22440] ILL API response objects inconsistent with other endpoints

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 10:13:16 CET 2019


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

--- Comment #1 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Further suggestions from Josef to bring this endpoint into line. We should
follow the convention illustrated here:
https://github.com/Koha-Community/Koha/blob/master/Koha/REST/V1/Library.pm#L46

This automagically looks at the parameters passed in the request and, if they
match parameters described in the OpenAPI spec and, if they match, uses their
values as filters. The _to_api & _to_model methods will allow us to carry out
the property name consistency described in the bug description

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


More information about the Koha-bugs mailing list