Versions in this module Expand all Collapse all v1 v1.0.4 Oct 18, 2019 v1.0.3 Apr 6, 2019 v1.0.2 Sep 21, 2018 Changes in this version + func CreateOAuth2Client(clientId, clientSecret, accessTokenUri string) (*http.Client, error) + func CreateOAuth2Config(clientId, clientSecret, accessTokenUri string) (*clientcredentials.Config, error) v1.0.1 Sep 5, 2018 Changes in this version + func CreateDefaultHttpClient() *http.Client + func CreateHttpClient(timeout, keepAlive, tlsHandshakeTimeout, idleConnection time.Duration, ...) *http.Client