Hi all,
Can someone provide an example of setting a query limit and using paging or a cursor when retrieving the user list in python?
It's the same as any of hte other SDKs, but replace the methods with python equivalents (snake case rather than camel case)
@Steven So where do I specify the query limit when making a call like this in python:
users = Users(client) result = users.list()
Don't you have some intellisense to tell you what the parameters for the function are?
Or you can look at the source code: https://github.com/appwrite/sdk-for-python/blob/a7e47e4a7ecba11d039b0b4f40c7bc12e661b4ed/appwrite/services/users.py#L9
Also, our docs should list the params in the same order: https://appwrite.io/docs/references/cloud/server-python/users#list
Recommended threads
- Using node sdk, not getting all realtime...
I am not realtime events via node-sdk, via api key. Unless the row/table has the permission of "Any Read"
- How to access oldValue payload in functi...
I want to record old and new values of data changes as audits. But when i try to read row in function. The value is new already even before grt updated
- Cannot connect server to github 1.8.0 wi...
I checked all the steps and also validated the openssl key with the command given ... I am getting terminal response as valid key but the issue is something els...