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 tables a user owns.
See: Fusion Tables API Reference for fusiontables.table.list
.
Synopsis
- type TableListResource = "fusiontables" :> ("v2" :> ("tables" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TableList)))))
- tableList' :: TableList'
- data TableList'
- tPageToken :: Lens' TableList' (Maybe Text)
- tMaxResults :: Lens' TableList' (Maybe Word32)
REST Resource
type TableListResource = "fusiontables" :> ("v2" :> ("tables" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] TableList))))) Source #
A resource alias for fusiontables.table.list
method which the
TableList'
request conforms to.
Creating a Request
tableList' :: TableList' Source #
Creates a value of TableList'
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TableList' Source #
Retrieves a list of tables a user owns.
See: tableList'
smart constructor.
Instances
Request Lenses
tPageToken :: Lens' TableList' (Maybe Text) Source #
Continuation token specifying which result page to return.
tMaxResults :: Lens' TableList' (Maybe Word32) Source #
Maximum number of tables to return. Default is 5.