zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Red 1953 pagination #513

Closed ecoologic closed 11 months ago

ecoologic commented 11 months ago

Implement the solution that works with all types of pagination (obp / cbp / single page). Defaults to CBP.

Screenshot 2023-10-27 at 9 35 05 am

** Update: I extracted the iterator in its own trait.