You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
I have some local changes that achieve this for these two endpoints, and I could take a stab at a proper PR for this, but I wanted to get your thoughts on it first.
This is a feature request for pagination support for endpoints like https://api.slack.com/methods/users.list and https://api.slack.com/methods/conversations.list. This would involve the relevant methods changing to accept an optional cursor argument, and then also providing the response_metadata.next_cursor value to the success handler closure.
I have some local changes that achieve this for these two endpoints, and I could take a stab at a proper PR for this, but I wanted to get your thoughts on it first.
Thanks!