Wrapper for working with the ArchivesSpace API that provides convenience functions for the Bentley Historical Library's use of the application.
pip install git+https://github.com/bentley-historical-library/bhlaspaceapiclient.git
from bhlaspaceapiclient import ASpaceClient
aspace = ASpaceClient()
aspace.get_archival_object(1234)
Function | Description |
---|---|
aspace.list_resources() |
Get a list of Resources. :all_ids parameter is True. |