Versions in this module Expand all Collapse all v1 v1.1.0 Feb 7, 2018 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)