This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pagination support to "users.list" (#182)
* #171 Have each parameter on a dedicated line This makes it easier to add new ones without exceeding a readable line length. * #171 Add optional parameter `cursor` to "users.list" * #171 Read `next_cursor` from "users.list" response This allows callers to properly use the pagination of this API method. * #171 Add support for "limit" parameter of users.list call
- Loading branch information