intercom-php
intercom-php copied to clipboard
Fixed cursor pagination when different page size is used.
Why?
When using cursor pagination on the get all contacts endpoint, the page size set is not taken into account.
How?
Passed the full pages
object to the client's nextCursorPage
helper and built the query parameters in a standard way.