You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Link header pagination helpers (#100)
* Add Link header pagination helpers
Adds PageInfo (parses RFC 5988 Link headers into next/prev/first/last
URLs) and PaginatedResponse<T> structs, plus loadPaginated() on Router
with callback and async/await variants. Enables callers to detect and
navigate multi-page API responses without manual Link header parsing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Apply swiftformat formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add Pagination.swift and PaginationTests.swift to Xcode project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>