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 28fb0a4 commit 8cc5685Copy full SHA for 8cc5685
examples/02.py
@@ -35,7 +35,7 @@
35
# create an instance of Items api
36
itemsApi = elabapi_python.ItemsApi(api_client)
37
38
-for item in itemsApi.read_items(cat=9):
+for item in itemsApi.read_items(cat=9, limit=9999):
39
# skip items with metadata already
40
if not item.metadata:
41
print(f'Patching item {item.id}')
0 commit comments