[Koha-bugs] [Bug 7213] Document /svc/ HTTP API and provide example command-line client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 19 16:44:21 CEST 2012


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

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9004|0                           |1
        is obsolete|                            |

--- Comment #11 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 9257
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9257&action=edit
Bug 7213 - simple /svc/ HTTP example

Simple command-line client which can authorize itself to Koha,
get MARC XML record based on biblio number and update record

This script can also be used as module using require "koha-svc.pl"
from other scripts which can implement MARC XML creation or parsing.

This is follow up version which now uses Content-type: text/xml
header when using POST method to be in sync with documentation at
http://wiki.koha-community.org/wiki/Koha_/svc/_HTTP_API

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


More information about the Koha-bugs mailing list