Versions in this module Expand all Collapse all v0 v0.1.1 Oct 9, 2025 v0.1.0 Oct 9, 2025 Changes in this version + type HTTPClientInterface interface + R func() RequestInterface + type PaginatedResponse interface + AppendData func(any) + GetData func() any + GetNextURL func() string + type RequestInterface interface + Get func(url string) (ResponseInterface, error) + Post func(url string) (ResponseInterface, error) + SetBody func(body any) RequestInterface + SetContext func(ctx context.Context) RequestInterface + SetError func(err any) RequestInterface + SetQueryParam func(param, value string) RequestInterface + SetResult func(result any) RequestInterface + type ResponseInterface interface + IsError func() bool + StatusCode func() int + String func() string