class Google::Client
- Google::Client
- Reference
- Object
Defined in:
calendar.crclient.cr
drive.cr
gmail.cr
people.cr
places.cr
tasks.cr
Constructors
Instance Method Summary
- #calendar
- #client_id : String
- #client_secret : String
- #drive
- #get(path : String, token : String, headers = HTTP::Headers.new, &)
- #get_access_token(code : String)
- #gmail
- #oauth2_endpoint(scope : String, access_type : AccessType | Nil = nil, prompt : Prompt | Nil = nil) : URI
- #people
- #places
- #post(path : String, token : String, body, headers = HTTP::Headers.new, &)
- #redirect_uri : URI
- #refresh_access_token(refresh_token : String)
- #tasks
Constructor Detail
def self.new(client_id : String, client_secret : String, redirect_uri : URI, default_headers : HTTP::Headers = DEFAULT_HEADERS.dup)
#
Instance Method Detail
def oauth2_endpoint(scope : String, access_type : AccessType | Nil = nil, prompt : Prompt | Nil = nil) : URI
#