Liking cljdoc? Tell your friends :D

happygapi.tasks.tasklists

Tasks API: tasklists. The Google Tasks API lets you manage your tasks and task lists. See: https://developers.google.com/tasks/api/reference/rest/v1/tasklists

Tasks API: tasklists.
The Google Tasks API lets you manage your tasks and task lists.
See: https://developers.google.com/tasks/api/reference/rest/v1/tasklists
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/delete

Required parameters: tasklist

Optional parameters: none

Deletes the authenticated user's specified task list.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/delete

Required parameters: tasklist

Optional parameters: none

Deletes the authenticated user's specified task list.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/get

Required parameters: tasklist

Optional parameters: none

Returns the authenticated user's specified task list.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/get

Required parameters: tasklist

Optional parameters: none

Returns the authenticated user's specified task list.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/insert

Required parameters: none

Optional parameters: none

Body:

{:etag string, :title string, :kind string, :id string, :updated string, :selfLink string}

Creates a new task list and adds it to the authenticated user's task lists.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/insert

Required parameters: none

Optional parameters: none

Body: 

{:etag string,
 :title string,
 :kind string,
 :id string,
 :updated string,
 :selfLink string}

Creates a new task list and adds it to the authenticated user's task lists.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/list

Required parameters: none

Optional parameters: maxResults, pageToken

Returns all the authenticated user's task lists.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/list

Required parameters: none

Optional parameters: maxResults, pageToken

Returns all the authenticated user's task lists.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/patch

Required parameters: tasklist

Optional parameters: none

Body:

{:etag string, :title string, :kind string, :id string, :updated string, :selfLink string}

Updates the authenticated user's specified task list. This method supports patch semantics.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/patch

Required parameters: tasklist

Optional parameters: none

Body: 

{:etag string,
 :title string,
 :kind string,
 :id string,
 :updated string,
 :selfLink string}

Updates the authenticated user's specified task list. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/update

Required parameters: tasklist

Optional parameters: none

Body:

{:etag string, :title string, :kind string, :id string, :updated string, :selfLink string}

Updates the authenticated user's specified task list.

https://developers.google.com/tasks/api/reference/rest/v1/tasklists/update

Required parameters: tasklist

Optional parameters: none

Body: 

{:etag string,
 :title string,
 :kind string,
 :id string,
 :updated string,
 :selfLink string}

Updates the authenticated user's specified task list.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close