class

Google::Client

Inherits Reference < Object

Constructors

new(client_id : String, client_secret : String, redirect_uri : URI, default_headers : HTTP::Headers = DEFAULT_HEADERS.dup)
Source

Instance methods

calendar
Source
client_id
Source
client_secret
Source
drive
Source
get(path : String, token : String, headers = HTTP::Headers.new, &)
Source
get_access_token(code : String)
Source
gmail
Source
oauth2_endpoint(scope : String, access_type : AccessType | Nil = nil, prompt : Prompt | Nil = nil) : URI
Source
people
Source
places
Source
post(path : String, token : String, body, headers = HTTP::Headers.new, &)
Source
redirect_uri
Source
refresh_access_token(refresh_token : String)
Source
tasks
Source

Nested types