- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
It seems to me thatgl.groups.list(page=0, per_page=10)
andgl.groups.list(page=1, per_page=10)
return the same result. Page is one-based.
But, in thepagination section, the code sample usespage=0
. This may induce that page is zero-based.
Metadata
Metadata
Assignees
Labels
No labels