- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
I'm using GitLab CE 7.12.2, and trying to list users via the API. I have 162 users. After connecting to GitLab using python-gitlab 0.9.2 from PyPi (my connection isself.conn
),self.conn.User()
returns a list with 20 items, a fraction of my users.
TheGitLab API documentation says that it paginates responses with a default of 20 results per response.
It appears that python-gitlab is ignoring the pagination. The only use of the "page" response attribute that I see in the source code is online 341 where it's deleted before passing to the constructor.
Could you please either implement pagination of responses so python-gitlab doesn't silently ignore results, or at least mention in the docs that this is happening?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels