gogol-apps-tasks-0.0.1: Google Tasks SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Tasks.TaskLists.Insert

Contents

Description

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

See: Tasks API Reference for tasks.tasklists.insert.

Synopsis

REST Resource

type TaskListsInsertResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` TaskList :> Post `[JSON]` TaskList)))))) Source

A resource alias for tasks.tasklists.insert method which the TaskListsInsert request conforms to.

Creating a Request

taskListsInsert Source

Creates a value of TaskListsInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TaskListsInsert Source

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

See: taskListsInsert smart constructor.

Request Lenses

tliPayload :: Lens' TaskListsInsert TaskList Source

Multipart request metadata.