Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added clarification about the AlmaAPIURL in the README
  • Loading branch information
dylan-isaac authored Oct 10, 2017
1 parent f155d3e commit 98d6a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
>
Expand Down Expand Up @@ -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.
* **Utility.lua** - The Utility file is used for common lua functions.

0 comments on commit 98d6a28

Please sign in to comment.