[Koha-bugs] [Bug 13607] Patron management API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 22 02:32:23 CET 2015


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

--- Comment #1 from Robin Sheat <robin at catalyst.net.nz> ---
Created attachment 35455
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35455&action=edit
Bug 13607: patron management API

This provides a patron management API. It allows a remote service to:
* add patrons
* update patron details
* delete patrons

It presents a simple POST-based API and returns its results as XML.
This API supports fields available in the borrower table, and extended
attribute types also.

Full documentation will be on a wiki page linked to from the bug.

To test:
* construct a sequence of API requests, make sure it works.
* ensure that no side effects of these changes came about, particularly
  dealing with unrelated things (default_messageprefs.pl,
  sco-patron-image.pl, systempreferences.)

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


More information about the Koha-bugs mailing list