We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b3c24 commit 6a555d4Copy full SHA for 6a555d4
getHandlesAndBitstreamsFromCollection.py
@@ -40,7 +40,6 @@
40
collection = requests.get(endpoint, headers=header, cookies=cookies, verify=verify).json()
41
collectionID = collection['uuid']
42
collectionTitle = requests.get(endpoint, headers=header, cookies=cookies, verify=verify).json()
43
-endpoint = baseURL+'/rest/collections/'+str(collectionID)+'/items?limit=5000'
44
itemList = []
45
offset = 0
46
items = ''
0 commit comments