Skip to content
Snippets Groups Projects
Commit abcf3e95 authored by Chris Hallberg's avatar Chris Hallberg Committed by Demian Katz
Browse files

Initial work on Alma driver.

parent 47566d3e
Branches
Tags
No related merge requests found
[Catalog]
; The base URL for your Alma instance (example is public demo):
apiBaseUrl = "https://api-eu.hosted.exlibrisgroup.com/almaws/v1"
; An API key configured to allow access to Alma:
apiKey = "your-key-here"
[Holds]
; HMACKeys - A list of hold form element names that will be analyzed for consistency
; during hold form processing. Most users should not need to change this setting.
HMACKeys = id:item_id:holding_id
; defaultRequiredDate - A colon-separated list used to set the default "not required
; after" date for holds in the format days:months:years
; e.g. 0:1:0 will set a "not required after" date of 1 month from the current date
defaultRequiredDate = 0:1:0
; extraHoldFields - A colon-separated list used to display extra visible fields in the
; place holds form. Supported values are "comments", "requiredByDate",
; "pickUpLocation" and "requestGroup"
extraHoldFields = comments:requiredByDate:pickUpLocation
; A Pick Up Location Code used to pre-select the pick up location drop down list and
; provide a default option if others are not available. Must be one of the following:
; 1) empty string to indicate that the first location is default (default setting)
; 2) "user-selected" to indicate that the user always has to choose the location
; 3) a value within the Location IDs returned by getPickUpLocations()
defaultPickUpLocation = ""
...@@ -191,6 +191,7 @@ session_name = VUFIND_SESSION ...@@ -191,6 +191,7 @@ session_name = VUFIND_SESSION
; ;
; Available drivers: ; Available drivers:
; - Aleph ; - Aleph
; - Alma
; - Amicus ; - Amicus
; - DAIA (using either XML or JSON API) ; - DAIA (using either XML or JSON API)
; - Demo (fake ILS driver returning complex responses) ; - Demo (fake ILS driver returning complex responses)
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment