]> git.koha-community.org Git - koha.git/commit
Bug 7213 - simple /svc/ HTTP example
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 10 Nov 2011 20:39:55 +0000 (21:39 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 14 May 2012 21:14:29 +0000 (09:14 +1200)
commit7ed90fc4abe2dcd62e90f59a0fd1c73d33d7284a
tree373d11c57e4ebc9745c0b33303be416ad2592a3e
parent3a21f898fa2af3202b23aa4a423d2649eb36ab4e
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

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/migration_tools/koha-svc.pl [new file with mode: 0755]