Setting up OPAC on your own web site

You can add OPAC to your own web site by calling the Papyrus OPAC API. This provides some sample code for your web site. There are two aspects. The Javascript to call the OPAC API and the styles you can apply to the various parts.

You can try the Papyrus Sample Library using the following link

OPAC API Search

OPAC Web Service

The url is papyruscloud.org/api/papyrusopac.asmx

OPAC Web Service Parameters

The Pararmeters are

  • databaseid
  • APIsecret
  • searchTerm
  • marc
  • locn

MARC is UniMARC codes. Common ones are: 200 for title, 210 for Publisher, 225 for Series, 300 for notes, 600 for subjects and 700 for authors

The databaseid can be found on your Global Parameters page

Request your APISecret from Papyrus Support

Make sure the following javascript is included

Include the databaseid and APIsecret variables

Design a simple HTML layout for your search

Include a input element, a button for a search type and an id="output" div for the results

Calling the Web Service

Create functions to all the web service

Add Styles to your OPAC Page

Try it!

Papyrus Sample Library
...