abstract class Google::Cloud::Client

Direct Known Subclasses

Defined in:

cloud/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(credentials : Google::ServiceAccount::Key, uri : URI = URI.parse("https://googleapis.com")) #

[View source]

Instance Method Detail

def credentials : ServiceAccount::Key #

[View source]
def delete(path : String, headers = HTTP::Headers.new, &) #

[View source]
def get(path : String, headers = HTTP::Headers.new, &) #

[View source]
def post(path : String, body, headers = HTTP::Headers.new, &) #

[View source]
abstract def scope : String #

[View source]