http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.rokseth@kul.oslo.k | |ommune.no --- Comment #4 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- Tested this patch locally on a koha dev setup, and some remarks: * incredibly fast! ~50msec on 50 borrowers...promising! * few deps: apt-get install -y make cpanm cpanm Mojolicious cpanm Swagger2 * clean and little "glue-code" to Koha * self-documenting, in a way, with Swagger I propose that this POC is moved forward to a fully working example covering Borrowers, that can be part of Koha 3.20 if the New_REST_API_RFC (http://wiki.koha-community.org/wiki/New_REST_API_RFC) are fullfilled. What's missing now: - authentication - C4::Borrowers vs Koha::Borrowers? - versioning - content negotiation - full CRUD -- You are receiving this mail because: You are watching all bug changes.