File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $members = $client->usersList(['limit' => 100])->getMembers();
3333
3434## Iterating over pagination
3535
36- Some Slack API endpoints use a token based pagination.
36+ Some Slack API endpoints use a cursor based pagination.
3737
3838In addition to classical methods, our client provides additional virtual methods
3939to ease the iteration over those endpoints. Those methods can be called by
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ manually add it to our [versioned spec](https://github.com/jolicode/slack-php-ap
1515## Missing data in the DTO?
1616
1717The Slack specification is not up to date and miss some critical parts. We do
18- build a [ better one on top of the official] ( doc/ updating-sdk.md) but it can't
18+ build a [ better one on top of the official] ( 4- updating-sdk.md) but it can't
1919be perfect.
2020
2121What's good is that some models use ` \ArrayObject ` as base classes so if the
You can’t perform that action at this time.
0 commit comments