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

Copyright(c) 2015-2016 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.

Instances

Eq TaskListsGet Source # 
Data TaskListsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TaskListsGet -> c TaskListsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TaskListsGet #

toConstr :: TaskListsGet -> Constr #

dataTypeOf :: TaskListsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TaskListsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TaskListsGet) #

gmapT :: (forall b. Data b => b -> b) -> TaskListsGet -> TaskListsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TaskListsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TaskListsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> TaskListsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TaskListsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TaskListsGet -> m TaskListsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskListsGet -> m TaskListsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskListsGet -> m TaskListsGet #

Show TaskListsGet Source # 
Generic TaskListsGet Source # 

Associated Types

type Rep TaskListsGet :: * -> * #

GoogleRequest TaskListsGet Source # 

Associated Types

type Rs TaskListsGet :: * #

type Scopes TaskListsGet :: [Symbol] #

type Rep TaskListsGet Source # 
type Rep TaskListsGet = D1 (MetaData "TaskListsGet" "Network.Google.Resource.Tasks.TaskLists.Get" "gogol-apps-tasks-0.1.1-8lzSJmZc0JO3gNCr7PaO1k" True) (C1 (MetaCons "TaskListsGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_tlgTaskList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes TaskListsGet Source # 
type Scopes TaskListsGet = (:) Symbol "https://www.googleapis.com/auth/tasks" ((:) Symbol "https://www.googleapis.com/auth/tasks.readonly" ([] Symbol))
type Rs TaskListsGet Source # 

Request Lenses

tlgTaskList :: Lens' TaskListsGet Text Source #

Task list identifier.