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

Contents

Description

Requests information about the available spectrum for a device at a location. Requests from a fixed-mode device must include owner information so the device can be registered with the database.

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

Synopsis

REST Resource

type PawsGetSpectrumResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("getSpectrum" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` PawsGetSpectrumRequest :> Post `[JSON]` PawsGetSpectrumResponse))))) Source

A resource alias for spectrum.paws.getSpectrum method which the PawsGetSpectrum request conforms to.

Creating a Request

pawsGetSpectrum Source

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

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

data PawsGetSpectrum Source

Requests information about the available spectrum for a device at a location. Requests from a fixed-mode device must include owner information so the device can be registered with the database.

See: pawsGetSpectrum smart constructor.

Request Lenses