Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + const DefaultHTTPTimeout + func NewClient(opts ...Option) *http.Client + type Option func(*http.Client) + func WithHeaders(headers map[string]string) Option + func WithTransport(transport http.RoundTripper) Option + func WithUserAgent(name, version string) Option