gogol-spectrum-0.0.1: Google Spectrum Database 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.Spectrum.Paws.Init

Contents

Description

Initializes the connection between a white space device and the database.

See: Google Spectrum Database API Reference for spectrum.paws.init.

Synopsis

REST Resource

type PawsInitResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("init" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` PawsInitRequest :> Post `[JSON]` PawsInitResponse))))) Source

A resource alias for spectrum.paws.init method which the PawsInit request conforms to.

Creating a Request

pawsInit Source

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

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

data PawsInit Source

Initializes the connection between a white space device and the database.

See: pawsInit smart constructor.

Request Lenses

piPayload :: Lens' PawsInit PawsInitRequest Source

Multipart request metadata.