| Copyright | (c) 2015 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.Init
Description
Initializes the connection between a white space device and the database.
See: Google Spectrum Database API Reference for spectrum.paws.init.
- type PawsInitResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("init" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` PawsInitRequest :> Post `[JSON]` PawsInitResponse)))))
- pawsInit :: PawsInitRequest -> PawsInit
- data PawsInit
- piPayload :: Lens' PawsInit PawsInitRequest
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
Arguments
| :: PawsInitRequest | |
| -> PawsInit |
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.