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 |
Network.Google.Resource.Spectrum.Paws.Register
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
.
- type PawsRegisterResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("register" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsRegisterRequest :> Post '[JSON] PawsRegisterResponse)))))
- pawsRegister :: PawsRegisterRequest -> PawsRegister
- data PawsRegister
- prPayload :: Lens' PawsRegister PawsRegisterRequest
REST Resource
type PawsRegisterResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("register" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsRegisterRequest :> Post '[JSON] PawsRegisterResponse))))) #
A resource alias for spectrum.paws.register
method which the
PawsRegister
request conforms to.
Creating a Request
Arguments
:: PawsRegisterRequest | |
-> PawsRegister |
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 #
The Google Spectrum Database implements registration in the getSpectrum method. As such this always returns an UNIMPLEMENTED error.
See: pawsRegister
smart constructor.
Instances
Eq PawsRegister # | |
Data PawsRegister # | |
Show PawsRegister # | |
Generic PawsRegister # | |
GoogleRequest PawsRegister # | |
type Rep PawsRegister # | |
type Scopes PawsRegister # | |
type Rs PawsRegister # | |
Request Lenses
prPayload :: Lens' PawsRegister PawsRegisterRequest #
Multipart request metadata.