Versions in this module Expand all Collapse all v1 v1.3.10 Apr 27, 2026 v1.3.9 Apr 27, 2026 Changes in this version + type Client struct + func New(opts Options) *Client + func (c *Client) BaseURL() string + func (c *Client) DoJSON(ctx context.Context, method, path string, result interface{}) (err error) + func (c *Client) HTTPClient() *http.Client + func (c *Client) IsAuthenticated() bool + func (c *Client) SetAPIKey(key string) + func (c *Client) SetBaseURL(u string) + type Options struct + APIKey string + AuthHeader string + AuthLabel string + BaseURL string + ErrorMapper func(status int, body []byte, requestPath string) error + HTTPClient *http.Client