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 |
The Google Spectrum Database does not support batch requests, so this method always yields an UNIMPLEMENTED error.
See: Google Spectrum Database API Reference for spectrum.paws.getSpectrumBatch
.
Synopsis
- type PawsGetSpectrumBatchResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("getSpectrumBatch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsGetSpectrumBatchRequest :> Post '[JSON] PawsGetSpectrumBatchResponse)))))
- pawsGetSpectrumBatch :: PawsGetSpectrumBatchRequest -> PawsGetSpectrumBatch
- data PawsGetSpectrumBatch
- pgsbPayload :: Lens' PawsGetSpectrumBatch PawsGetSpectrumBatchRequest
REST Resource
type PawsGetSpectrumBatchResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("getSpectrumBatch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsGetSpectrumBatchRequest :> Post '[JSON] PawsGetSpectrumBatchResponse))))) Source #
A resource alias for spectrum.paws.getSpectrumBatch
method which the
PawsGetSpectrumBatch
request conforms to.
Creating a Request
Creates a value of PawsGetSpectrumBatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PawsGetSpectrumBatch Source #
The Google Spectrum Database does not support batch requests, so this method always yields an UNIMPLEMENTED error.
See: pawsGetSpectrumBatch
smart constructor.
Instances
Request Lenses
pgsbPayload :: Lens' PawsGetSpectrumBatch PawsGetSpectrumBatchRequest Source #
Multipart request metadata.