Versions in this module Expand all Collapse all v0 v0.1.1 Jun 16, 2026 v0.1.0 Jun 16, 2026 Changes in this version + const DefaultBaseURL + type APIError struct + Body []byte + Status int + func (e *APIError) Error() string + type Client struct + APIKey string + BaseURL string + Debug bool + HTTP *http.Client + func New(apiKey, baseURL string, debug bool) *Client + func (c *Client) Do(ctx context.Context, method, path string, body any) ([]byte, error) + func (c *Client) Stream(ctx context.Context, method, path string, body any, onChunk func([]byte) error) error