]> 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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 14 Jun 2012 11:44:24 +0000 (07:44 -0400)
commit51406164f5bdedb02d776628b8d3754d99cd6f38
tree74232d454f271e2afbf8af7059419a58703e8617
parent645fe300b288cb4cb88b9e96a02d50bc371099e1
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
misc/migration_tools/koha-svc.pl [new file with mode: 0755]