This notebook demonstrates how you can use a work and instance from the Marva editor to post as a concise bounded BIBFRAME description to Alma
ALMA_API_KEY="apikey"
ALMA_URI_REGION="url"
Region details and API key generation for your Alma system can be found here: Alma Developer Network. Consider using Alma Sandbox API for testing. The API key should have read/write permissions for bib operations.
| Region | URL |
|---|---|
| North America | https://api-na.hosted.exlibrisgroup.com |
| Europe | https://api-eu.hosted.exlibrisgroup.com |
| Asia Pacific | https://api-ap.hosted.exlibrisgroup.com |
| Canada | https://api-ca.hosted.exlibrisgroup.com |
| China | https://api-cn.hosted.exlibrisgroup.com.cn |
This notebook was developed with the help of GitHub Copilot, an AI pair programmer that assisted with code suggestions.