Versions in this module Expand all Collapse all v0 v0.3.0 Mar 29, 2026 Changes in this version + type AuthConfig struct + Password string + Token string + Type string + Username string + type Client struct + Auth AuthConfig + BaseURL string + HTTPClient *http.Client + func New(baseURL string, auth AuthConfig, timeout time.Duration) *Client + func (c *Client) Do(ctx context.Context, method, path string, body any) (*http.Response, error) + func (c *Client) DoJSON(ctx context.Context, method, path string, body any, out any) error