Async generator that yields one page at a time from a paginated AdCP endpoint. Useful for progressive/streaming UI rendering.
Calls the paginated endpoint with optional pagination params
Optional
Controls for page size and max pages
Async generator that yields one page at a time from a paginated AdCP endpoint. Useful for progressive/streaming UI rendering.