Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2021 Changes in this version + type Client struct + CommandName string + HTTPTimeout time.Duration + Logger log.Logger + func NewClient(opts ...Option) *Client + func (c *Client) Do(req *http.Request) (*http.Response, error) + func (c *Client) Header() http.Header + type Option func(*Client) + func WithBearerToken(in string) Option + func WithHTTPClient(hc *http.Client) Option + func WithHTTPTimeout(in time.Duration) Option + func WithHeader(header http.Header) Option + func WithLogger(in log.Logger) Option + func WithTenant(in string) Option