From 98d6a280a1841603e02db6776b5cd40f90917d20 Mon Sep 17 00:00:00 2001 From: Dylan Sheffer Date: Tue, 10 Oct 2017 14:39:36 -0400 Subject: [PATCH] Update README.md Added clarification about the AlmaAPIURL in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa1c48..aa4abb4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The addon is located within an item record of an Atlas Product. It is found on t > >**AutoRetrieveItems:** Defines whether or not the addon should automatically retrieve items related to a record being viewed. Disabling this setting can save the site on Alma API calls because it will only make a [Retrieve Holdings List](https://developers.exlibrisgroup.com/alma/apis/bibs/GET/gwPcGly021om4RTvtjbPleCklCGxeYAfEqJOcQOaLEvEGUPgvJFpUQ==/af2fb69d-64f4-42bc-bb05-d8a0ae56936e) call when the button is pressed. > ->**AlmaAPIURL:** The URL to the Alma API. +>**AlmaAPIURL:** The URL to the Alma API. The API URL is generally the same between sites. (ex. `https://api-na.hosted.exlibrisgroup.com/almaws/v1/`) More information can be found on [Ex Libris' Site](https://developers.exlibrisgroup.com/alma/apis). > >**AlmaAPIKey:** API key used for interacting with the Alma API. > @@ -152,4 +152,4 @@ Atlas welcomes developers to extend the addon with additional support. All pull * **AlmaApi.lua** - The AlmaApi file is used to make the API calls against the Alma API. -* **Utility.lua** - The Utility file is used for common lua functions. \ No newline at end of file +* **Utility.lua** - The Utility file is used for common lua functions.