[Koha-bugs] [Bug 13930] Add supporting service svc/ncip for xnciptoolkit driver

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 10 16:36:31 CEST 2015


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

Jiří Kozlovský <mail at jkozlovsky.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Patch complexity|---                         |Small patch
                 CC|                            |mail at jkozlovsky.cz

--- Comment #3 from Jiří Kozlovský <mail at 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.


More information about the Koha-bugs mailing list