1
0
mirror of synced 2024-11-22 21:36:06 +03:00
api-client-php/doc/usage/examples/complex_pagination/index.md
2021-06-02 17:00:32 +03:00

487 B

Here are some complex examples of pagination handling. In this case, we're using a special component that handles the pagination for us. As a result, we can just iterate over batches of the data using foreach.

More than that, this component automatically handles rate limit exceptions.