Skip to content
Snippets Groups Projects
Commit e5c721b3 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'fix-for-docs-api' into 'master'

Update content/overview/api.md

See merge request teklia/arkindex/doc!76
parents e9dbd2a9 a2628005
No related branches found
No related tags found
1 merge request!76Update content/overview/api.md
Pipeline #13847 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