Versions in this module Expand all Collapse all v0 v0.1.0 Mar 4, 2026 Changes in this version + type Client struct + func NewClient(token *auth.Token, env string) *Client + func (c *Client) Get(path string, params url.Values) (map[string]any, error) + func (c *Client) Post(path string, body any) (map[string]any, error)