17 Jan
2018
17 Jan
'18
2:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784 --- Comment #16 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 70611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70611&action=edit Bug 19784: Adapt /v1/patrons to new naming guidelines This patch introduces two functions to the patrons endpoint: - _to_api - _to_model This are in charge of field mappings in order to comply with the guidelines. Koha::REST::V1:Auth is adjusted to handle 'patron_id' as well. To test: - Apply the patches - Run: $ kshell k$ prove t/db_dependent/api/v1/patrons.t => SUCCESS: Tests pass! - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.