Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2025 Changes in this version + type Client struct + func New(opts ...Option) *Client + func (c *Client) Get(ctx context.Context, path string) (*http.Response, error) + type Option func(*Client) + func WithBaseURL(url string) Option + func WithHTTPClient(client *http.Client) Option