Closed
Description
It seems to me that gl.groups.list(page=0, per_page=10)
and gl.groups.list(page=1, per_page=10)
return the same result. Page is one-based.
But, in the pagination section, the code sample uses page=0
. This may induce that page is zero-based.
Metadata
Metadata
Assignees
Labels
No labels