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 a49859d commit 6649290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/aspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
repos=client.get('repositories').json()

print(client.get('schemas/sub_container').json())
print()
print(list(client.get('schemas').json().keys()))
print()
print(client.get('/search', params={'q':'primary+type:resource', 'page':1}))


0 comments on commit 6649290

Please sign in to comment.