# Functions
DefaultErrorMapper returns *HttpError.
No description provided by the author
No description provided by the author
No description provided by the author
WithRequestData takes either a struct instance, map, string, bytes, or io.Reader and sends it either as query string for GET and DELETE calls, or as request body for POST, PUT, and PATCH calls.
WithRequestHeader adds a request visitor, that sets a header on a request.
WithRequestHeaders adds a request visitor, that set all headers from a map.
WithRequestVisitor applies given function on a request.
No description provided by the author
WithResponseUnmarshal unmarshals the response body into response.
WithToken uses the specified golang.org/x/oauth2 token on a request.
WithTokenSource uses the specified golang.org/x/oauth2 token source on a request.
WithUrlEncodedData takes either a struct instance, map, string, bytes, or io.Reader plus a content type, and sends it either as query string for GET and DELETE calls, or as request body for POST, PUT, and PATCH calls.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
GetOAuthTokenRequest is the request to get an OAuth token.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author