Versions in this module Expand all Collapse all v0 v0.2.0 Jun 29, 2026 v0.1.0 Jun 25, 2026 Changes in this version + const MaxPageSize + const MaxPages + const MinPageSize + func ExtractRawItems(data []byte, itemKey string) ([]json.RawMessage, error) + func ParseCommaList(raw string) ([]string, error) + type MergedJSONResult struct + Items []json.RawMessage + Pagination MergedPagination + func FetchAllRawPages(itemKey string, startPage int, fetch func(page int) (RawPage, error)) (MergedJSONResult, error) + type MergedPagination struct + HasMore bool + Page int + PageSize int + PagesFetched int + Total int + type RawPage struct + HasMore *bool + Page int + PageSize int + RawJSON []byte + Total int