gogol-fusiontables-0.0.1: Google Fusion Tables 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.FusionTables.Table.List

Contents

Description

Retrieves a list of tables a user owns.

See: Fusion Tables API Reference for fusiontables.table.list.

Synopsis

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:

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.