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

Contents

Description

Retrieves a specific template by its id

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

Synopsis

REST Resource

type TemplateGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("templates" :> (Capture "templateId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Template)))))) Source

A resource alias for fusiontables.template.get method which the TemplateGet request conforms to.

Creating a Request

templateGet Source

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

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

Request Lenses

temeTemplateId :: Lens' TemplateGet Int32 Source

Identifier for the template that is being requested

temeTableId :: Lens' TemplateGet Text Source

Table to which the template belongs