Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 v0.1.0 Mar 29, 2026 Changes in this version + type Client struct + func New(baseURL string, ts TokenSource) *Client + func (c *Client) Get(ctx context.Context, path string, query url.Values) ([]byte, error) + func (c *Client) GetAllPages(ctx context.Context, path string, query url.Values, key string) ([]byte, error) + type TokenSource interface + Refresh func() (string, error) + Token func() (string, error)