Versions in this module Expand all Collapse all v2 v2.10.2 Aug 19, 2024 v2.10.1 Aug 19, 2024 Changes in this version + const DefaultEndpoint + const DefaultProtocol + var DefaultHTTPClient = http.DefaultClient + type Client struct + func New(opts ...Opt) *Client + func (c *Client) Convert(r io.Reader, filename string) (*Response, error) + type Opt func(*Client) + func WithEndpoint(endpoint string) Opt + func WithHTTPClient(client *http.Client) Opt + func WithProtocol(protocol string) Opt + type Response struct + Body string + Error string + MSecs uint32 + Meta map[string]string + func ConvertPath(c *Client, path string) (*Response, error)