PR #69 adds single-page contract list methods for resources, domains, webhooks, API keys, access codes, connector installations, invoices, and related delivery/session lists. Each returns next_cursor/has_more, but callers still need to hand-roll cursor loops.\n\nFollow-up: design and add shared sync/async cursor iterator helpers for the new list surfaces, keeping the existing single-page methods intact for callers that need explicit page boundaries.\n\nDeferred from PR #69 because it is a broader API ergonomics addition rather than required for contract correctness.
PR #69 adds single-page contract list methods for resources, domains, webhooks, API keys, access codes, connector installations, invoices, and related delivery/session lists. Each returns next_cursor/has_more, but callers still need to hand-roll cursor loops.\n\nFollow-up: design and add shared sync/async cursor iterator helpers for the new list surfaces, keeping the existing single-page methods intact for callers that need explicit page boundaries.\n\nDeferred from PR #69 because it is a broader API ergonomics addition rather than required for contract correctness.