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 |
Creates a new table.
See: Fusion Tables API Reference for fusiontables.table.insert
.
Synopsis
- type TableInsertResource = "fusiontables" :> ("v2" :> ("tables" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Table :> Post '[JSON] Table))))
- tableInsert :: Table -> TableInsert
- data TableInsert
- tiPayload :: Lens' TableInsert Table
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
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:
data TableInsert Source #
Creates a new table.
See: tableInsert
smart constructor.