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

Contents

Description

The Google Spectrum Database implements registration in the getSpectrum method. As such this always returns an UNIMPLEMENTED error.

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

Synopsis

REST Resource

type PawsRegisterResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("register" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` PawsRegisterRequest :> Post `[JSON]` PawsRegisterResponse))))) Source

A resource alias for spectrum.paws.register method which the PawsRegister request conforms to.

Creating a Request

pawsRegister Source

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

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

data PawsRegister Source

The Google Spectrum Database implements registration in the getSpectrum method. As such this always returns an UNIMPLEMENTED error.

See: pawsRegister smart constructor.

Request Lenses

prPayload :: Lens' PawsRegister PawsRegisterRequest Source

Multipart request metadata.