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

Contents

Description

Returns the specified task.

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

Synopsis

REST Resource

type TasksGetResource = "tasks" :> ("v1" :> ("lists" :> (Capture "tasklist" Text :> ("tasks" :> (Capture "task" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Task)))))) Source

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

Creating a Request

tasksGet Source

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

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

data TasksGet Source

Returns the specified task.

See: tasksGet smart constructor.

Request Lenses

tgTaskList :: Lens' TasksGet Text Source

Task list identifier.

tgTask :: Lens' TasksGet Text Source

Task identifier.