Module: TesoteSdk::Pagination

Defined in:
lib/tesote_sdk/pagination.rb

Overview

Generic pagination helpers. Resource clients return native model objects; these enumerators wrap repeated calls so callers can iterate the full set without re-implementing cursor or offset arithmetic.

Defined Under Namespace

Classes: CursorEnumerator, OffsetEnumerator