| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Tasks.TaskLists.Get
Description
Returns the authenticated user's specified task list.
See: Tasks API Reference for tasks.tasklists.get.
Synopsis
- type TaskListsGetResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (Capture "tasklist" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TaskList))))))
- taskListsGet :: Text -> TaskListsGet
- data TaskListsGet
- tlgTaskList :: Lens' TaskListsGet Text
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
Arguments
| :: Text | |
| -> TaskListsGet |
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
Request Lenses
tlgTaskList :: Lens' TaskListsGet Text Source #
Task list identifier.