Versions in this module Expand all Collapse all v1 v1.1.1 Mar 22, 2019 Changes in this version + func OAuth2(domain, clientID, clientSecret string) *http.Client + func WrapDebug(c *http.Client) *http.Client + func WrapRetry(c *http.Client) *http.Client + func WrapUserAgent(c *http.Client) *http.Client + type RoundTripFunc func(*http.Request) (*http.Response, error) + func (rf RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error)