Skip to content
Snippets Groups Projects
Commit a2628005 authored by Nolan's avatar Nolan
Browse files

Update content/overview/api.md

parent e9dbd2a9
No related branches found
No related tags found
1 merge request!76Update content/overview/api.md
Pipeline #13846 passed
......@@ -32,7 +32,7 @@ from arkindex import ArkindexClient
api = ArkindexClient()
api.login('client@company.com', 'PASSWORD')
for element in cli.paginate('ListElements', corpus='some project', type='page'):
for element in api.paginate('ListElements', corpus='some project', type='page'):
print(element['name'])
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment