struct Google::Drive::V3::Files

Defined in:

drive.cr

Instance Method Summary

Instance methods inherited from struct Google::Drive::V3::API

http_get(path : String, token : String, as type = CommentList)
http_get(path : String, token : String, as type = CommentList, &)
http_get

Instance methods inherited from struct Google::API

client : Client client

Constructor methods inherited from struct Google::API

new(client : Google::Client) new

Macros inherited from struct Google::API

discover(url) discover

Instance Method Detail

def export(file : File, mime_type : String, token : String, &) #

[View source]
def export(id : String, mime_type : String, token : String, &) #

[View source]
def get(file : File, token : String) #

[View source]
def get(id : String, token : String) #

[View source]
def get_contents(file : File, token : String, &) #

[View source]
def get_contents(id : String, token : String, &) #

[View source]
def list(token : String, page_size : Int32 | Nil = nil, page_token : String | Nil = nil, q : String | Nil = nil, limit : Int32 | Nil = nil) #

[View source]