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.Get

Contents

Description

Retrieves a specific table by its ID.

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

Synopsis

REST Resource

type TableGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Table)))) Source

A resource alias for fusiontables.table.get method which the TableGet request conforms to.

Creating a Request

tableGet Source

Arguments

:: Text

tgTableId

-> TableGet 

Creates a value of TableGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TableGet Source

Retrieves a specific table by its ID.

See: tableGet smart constructor.

Request Lenses

tgTableId :: Lens' TableGet Text Source

Identifier for the table being requested.