AGCooper / alma-bib-record

web service that receives an alma mms_id and it produces the MARC record in one of three formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alma-bib-record


web service that receives an alma mms_id and it produces the corresponding MARC record in one of three formats. formats:
- marcxml ,
- marcedit ( see http://marcedit.reeset.net/features ),
- text . format created by bernardo gomez. record delimiter is '*******' subfield delimiter
is "\\\p" example:

                  ********
                  100|10|\\\paAuthor
                  245|01|\\\paTitle
               

web service script works as CGI, and it expects a configuration file as a command line argument. configuration file content:
sys_email="admin@someplace.edu"
apikey=<your alma apikey here>
api_host=https://api-na.hosted.exlibrisgroup.com

About

web service that receives an alma mms_id and it produces the MARC record in one of three formats.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%