Versions in this module Expand all Collapse all v1 v1.0.2 Mar 4, 2020 v1.0.0 Feb 2, 2018 Changes in this version + func NewAuthenticatedClient(httpClient Client) *authenticatedClient + type AuthenticatedClient interface + DoAuthenticatedDelete func(url string, accessToken string) (int, error) + DoAuthenticatedGet func(url string, accessToken string) (io.ReadCloser, int, http.Header, error) + DoAuthenticatedPost func(url string, bodyType string, body string, accessToken string) (io.ReadCloser, int, error) + DoAuthenticatedPut func(url string, accessToken string) (int, error) + type Client interface + Do func(req *http.Request) (*http.Response, error)