Skip to content

Commit

Permalink
aspace update
Browse files Browse the repository at this point in the history
  • Loading branch information
nosivads committed Dec 17, 2023
1 parent 2528fc2 commit f064672
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/aspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
password=config['ArchivesSpace Credentials']['ASPACE_PASSWORD'])
client.authorize()
repos=client.get('repositories').json()
print(repos)

print(client.get('schemas/sub_container').json())
print(list(client.get('schemas').json().keys()))
print()


0 comments on commit f064672

Please sign in to comment.