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 |
Retrieves a list of tasks.
See: Fusion Tables API Reference for fusiontables.task.list
.
Synopsis
- type TaskListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (QueryParam "pageToken" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TaskList))))))))
- taskList' :: Text -> TaskList'
- data TaskList'
- tlPageToken :: Lens' TaskList' (Maybe Text)
- tlTableId :: Lens' TaskList' Text
- tlStartIndex :: Lens' TaskList' (Maybe Word32)
- tlMaxResults :: Lens' TaskList' (Maybe Word32)
REST Resource
type TaskListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (QueryParam "pageToken" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TaskList)))))))) Source #
A resource alias for fusiontables.task.list
method which the
TaskList'
request conforms to.
Creating a Request
Creates a value of TaskList'
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves a list of tasks.
See: taskList'
smart constructor.
Instances
Request Lenses
tlPageToken :: Lens' TaskList' (Maybe Text) Source #
Continuation token specifying which result page to return.