]> 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>
Sat, 9 Jun 2012 20:41:05 +0000 (16:41 -0400)
commita1cd2394c3e2e11397026360dfd56ce4e87f87ba
treec43a2ce7b04dd9b4a284612e01e01fd5ead54b9c
parent82aacdfec2d741846f5f2f302657bc1ba62b7278
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]