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

Contents

Description

Creates a new table.

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

Synopsis

REST Resource

type TableInsertResource = "fusiontables" :> ("v2" :> ("tables" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Table :> Post `[JSON]` Table)))) Source

A resource alias for fusiontables.table.insert method which the TableInsert request conforms to.

Creating a Request

tableInsert Source

Arguments

:: Table

tiPayload

-> TableInsert 

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

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

Request Lenses

tiPayload :: Lens' TableInsert Table Source

Multipart request metadata.