Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an authenticated Google API client backed by stored OAuth2 credentials.
func New ¶
New builds a Client from stored credentials. The caller is responsible for ensuring the token is fresh (call GetGoogleClient on the service, which handles refresh).
func (*Client) HTTPClient ¶
HTTPClient returns the underlying authenticated HTTP client for making Google API calls.
Click to show internal directories.
Click to hide internal directories.