http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13930 Jiří Kozlovský <mail@jkozlovsky.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch CC| |mail@jkozlovsky.cz --- Comment #3 from Jiří Kozlovský <mail@jkozlovsky.cz> --- Supported services are: LookupUser LookupItem LookupItemSet LookupRequest RequestItem CancelRequestItem RenewItem This module was basically written in order to parse only relevant data from Koha, respecting good manners like doing C4::Reserves::CanBookBeReserved or CanItemBeReserved before the RequestItem service is done and so on.. Output format is JSON if there was success. Else proprietary status code is returned with a little text/plain response. We are using xcncip2toolkit because it is being maintained by eXtensible Catalog as open source & any changes made to NCIP schema protocol are afterwards commited to git available to public (https://code.google.com/p/xcncip2toolkit/source/browse/) .. Then it is as easy to implement changes made to protocol as pulling changes from git :) Also a good reason is that in xcncip2toolkit are all values parsed in proprietary standardized classes, easy to read & work with .. also it has built-in schema validator & in a way it is all prepared for a programmer to focus on the goal he needs to achieve, as is writing an connector for Koha .. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.