Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2019 Changes in this version + type Client interface + Do func(context.Context, *http.Request) (*http.Response, []byte, error) + URL func(endpoint string) *url.URL + func NewClient(cfg Config) (Client, error) + type Config struct + Address string + OAuth2 *OAuth2 + func DefaultConfig() (*Config, error) + type OAuth2 struct + ClientID string + ClientSecret string + Token string + TokenURL string