Skip to content

Instantly share code, notes, and snippets.

@comstock
Last active December 13, 2023 18:45
Show Gist options
  • Save comstock/cd70eb753da31bdf61b8a9d1b576d175 to your computer and use it in GitHub Desktop.
Save comstock/cd70eb753da31bdf61b8a9d1b576d175 to your computer and use it in GitHub Desktop.
Using Harvard Library's LibraryCloud, send a MARC/MODS XML, Dublin Core XML, or MODS JSON version of an item record to standard output.

curl "https://api.lib.harvard.edu/v2/items.[xml | dc | json]?recordIdentifier=[Hollis ID]"

Example, Dublin Core output: curl "https://api.lib.harvard.edu/v2/items.dc?recordIdentifier=990058255550203941"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment