Versions in this module Expand all Collapse all v0 v0.3.0 Nov 9, 2025 Changes in this version + const DefaultBaseURL + type Client struct + func NewTransport(config Config) (*Client, error) + func (c *Client) Close() error + func (c *Client) Get(ctx context.Context, path string, queryParams map[string]string, ...) error + func (c *Client) GetHTTPClient() any + type Config struct + BaseURL string + Debug bool + RetryCount int + RetryWait time.Duration + Timeout time.Duration + UserAgent string