gogol-books-0.1.0: Google Books SDK.

Copyright(c) 2015-2016 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.Books.Layers.VolumeAnnotations.Get

Contents

Description

Gets the volume annotation.

See: Books API Reference for books.layers.volumeAnnotations.get.

Synopsis

REST Resource

type LayersVolumeAnnotationsGetResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("layers" :> (Capture "layerId" Text :> ("annotations" :> (Capture "annotationId" Text :> (QueryParam "locale" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Volumeannotation)))))))))) Source #

A resource alias for books.layers.volumeAnnotations.get method which the LayersVolumeAnnotationsGet request conforms to.

Creating a Request

layersVolumeAnnotationsGet Source #

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

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

data LayersVolumeAnnotationsGet Source #

Gets the volume annotation.

See: layersVolumeAnnotationsGet smart constructor.

Instances

Eq LayersVolumeAnnotationsGet Source # 
Data LayersVolumeAnnotationsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LayersVolumeAnnotationsGet -> c LayersVolumeAnnotationsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LayersVolumeAnnotationsGet #

toConstr :: LayersVolumeAnnotationsGet -> Constr #

dataTypeOf :: LayersVolumeAnnotationsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LayersVolumeAnnotationsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LayersVolumeAnnotationsGet) #

gmapT :: (forall b. Data b => b -> b) -> LayersVolumeAnnotationsGet -> LayersVolumeAnnotationsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LayersVolumeAnnotationsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LayersVolumeAnnotationsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> LayersVolumeAnnotationsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LayersVolumeAnnotationsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LayersVolumeAnnotationsGet -> m LayersVolumeAnnotationsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LayersVolumeAnnotationsGet -> m LayersVolumeAnnotationsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LayersVolumeAnnotationsGet -> m LayersVolumeAnnotationsGet #

Show LayersVolumeAnnotationsGet Source # 
Generic LayersVolumeAnnotationsGet Source # 
GoogleRequest LayersVolumeAnnotationsGet Source # 
type Rep LayersVolumeAnnotationsGet Source # 
type Rep LayersVolumeAnnotationsGet = D1 (MetaData "LayersVolumeAnnotationsGet" "Network.Google.Resource.Books.Layers.VolumeAnnotations.Get" "gogol-books-0.1.0-72uDSTGOUlj9GptljJyEGu" False) (C1 (MetaCons "LayersVolumeAnnotationsGet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lvagLocale") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvagAnnotationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lvagVolumeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_lvagSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvagLayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes LayersVolumeAnnotationsGet Source # 
type Scopes LayersVolumeAnnotationsGet = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs LayersVolumeAnnotationsGet Source # 

Request Lenses

lvagLocale :: Lens' LayersVolumeAnnotationsGet (Maybe Text) Source #

The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.

lvagAnnotationId :: Lens' LayersVolumeAnnotationsGet Text Source #

The ID of the volume annotation to retrieve.

lvagVolumeId :: Lens' LayersVolumeAnnotationsGet Text Source #

The volume to retrieve annotations for.

lvagSource :: Lens' LayersVolumeAnnotationsGet (Maybe Text) Source #

String to identify the originator of this request.

lvagLayerId :: Lens' LayersVolumeAnnotationsGet Text Source #

The ID for the layer to get the annotations.