Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 545 Bytes

ArchivesSpace API wrapper

Wrapper for working with the ArchivesSpace API that provides convenience functions for the Bentley Historical Library's use of the application.

Installation

pip install git+https://github.com/bentley-historical-library/bhlaspaceapiclient.git

Use

from bhlaspaceapiclient import ASpaceClient
aspace = ASpaceClient()
aspace.get_archival_object(1234)

Functions

Function Description
aspace.list_resources() Get a list of Resources. :all_ids parameter is True.