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.Get

Contents

Description

Returns the authenticated user's specified task list.

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

Synopsis

REST Resource

type TaskListsGetResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (Capture "tasklist" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` TaskList)))))) Source

A resource alias for tasks.tasklists.get method which the TaskListsGet request conforms to.

Creating a Request

taskListsGet Source

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

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

data TaskListsGet Source

Returns the authenticated user's specified task list.

See: taskListsGet smart constructor.

Request Lenses

tlgTaskList :: Lens' TaskListsGet Text Source

Task list identifier.