-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for cursor based pagination #110
Conversation
This pull request has been linked to Shortcut Story #51957: [PHP] Add support for new pagination to client libs. |
fb605d8
to
df94345
Compare
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
df94345
to
69011c8
Compare
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
Code Climate has analyzed commit 42e3beb and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 93.3% (50% is the threshold). This pull request will bring the total coverage in the repository to 76.9%. View more on Code Climate. |
Closing this for now, as the PR should now remove support for cursor pagination, and we have a ton of conflicts. Will open a new one very soon with the new logic. |
This adds support for the cursor based pagination that endpoints are now using as well as tests for the Plan endpoints that were missing.