struct Google::Tasks::V1::Tasks

Defined in:

tasks.cr

Instance Method Summary

Instance methods inherited from struct Google::Tasks::V1::API

http_get(path : String, token : String, as type = JSON::Any) 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 list(task_list : String, token : String, *, max_results : Int32 | Nil = nil, page_token : String | Nil = nil, completed : TimeRange | Nil = nil, show_completed : Bool | Nil = nil, show_hidden : Bool | Nil = nil, show_deleted : Bool | Nil = nil) #

[View source]
def list(task_list : TaskList, token : String, *, max_results : Int32 | Nil = nil, page_token : String | Nil = nil, completed : TimeRange | Nil = nil, show_completed : Bool | Nil = nil, show_hidden : Bool | Nil = nil, show_deleted : Bool | Nil = nil) #

[View source]