Versions in this module Expand all Collapse all v0 v0.1.0 Jan 10, 2020 Changes in this version + type Client struct + BaseURL string + Client *retryablehttp.Client + Password string + Security securityClient + Username string + func NewClient(config *ClientConfig) (*Client, error) + func (c *Client) Do(ctx context.Context, reqBytes interface{}, endpoint string, method string) ([]byte, error) + func (c *Client) Get(ctx context.Context, path string, T interface{}) error + func (c *Client) GetBaseURL() string + func (c *Client) Modify(ctx context.Context, path string, method string, reqBytes interface{}) error + type ClientConfig struct + BaseURL string + Password string + TLSConfig *TLSConfig + Username string + type TLSConfig struct + CACert string + CAPath string + ClientCert string + ClientKey string + Insecure bool + TLSServerName string