gogol-books-0.4.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.AnnotationData.Get

Contents

Description

Gets the annotation data.

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

Synopsis

REST Resource

type LayersAnnotationDataGetResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("layers" :> (Capture "layerId" Text :> ("data" :> (Capture "annotationDataId" Text :> (QueryParam "contentVersion" Text :> (QueryParam "w" (Textual Int32) :> (QueryParam "scale" (Textual Int32) :> (QueryParam "locale" Text :> (QueryParam "allowWebDefinitions" Bool :> (QueryParam "source" Text :> (QueryParam "h" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AnnotationData))))))))))))))) Source #

A resource alias for books.layers.annotationData.get method which the LayersAnnotationDataGet request conforms to.

Creating a Request

data LayersAnnotationDataGet Source #

Gets the annotation data.

See: layersAnnotationDataGet smart constructor.

Instances
Eq LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

Data LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

Methods

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

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

toConstr :: LayersAnnotationDataGet -> Constr #

dataTypeOf :: LayersAnnotationDataGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

Generic LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

Associated Types

type Rep LayersAnnotationDataGet :: Type -> Type #

GoogleRequest LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

type Rep LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

type Scopes LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

type Scopes LayersAnnotationDataGet = "https://www.googleapis.com/auth/books" ': ([] :: [Symbol])
type Rs LayersAnnotationDataGet Source # 
Instance details

Defined in Network.Google.Resource.Books.Layers.AnnotationData.Get

Request Lenses

ladgW :: Lens' LayersAnnotationDataGet (Maybe Int32) Source #

The requested pixel width for any images. If width is provided height must also be provided.

ladgScale :: Lens' LayersAnnotationDataGet (Maybe Int32) Source #

The requested scale for the image.

ladgLocale :: Lens' LayersAnnotationDataGet (Maybe Text) Source #

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

ladgContentVersion :: Lens' LayersAnnotationDataGet Text Source #

The content version for the volume you are trying to retrieve.

ladgAllowWebDefinitions :: Lens' LayersAnnotationDataGet (Maybe Bool) Source #

For the dictionary layer. Whether or not to allow web definitions.

ladgAnnotationDataId :: Lens' LayersAnnotationDataGet Text Source #

The ID of the annotation data to retrieve.

ladgVolumeId :: Lens' LayersAnnotationDataGet Text Source #

The volume to retrieve annotations for.

ladgSource :: Lens' LayersAnnotationDataGet (Maybe Text) Source #

String to identify the originator of this request.

ladgH :: Lens' LayersAnnotationDataGet (Maybe Int32) Source #

The requested pixel height for any images. If height is provided width must also be provided.

ladgLayerId :: Lens' LayersAnnotationDataGet Text Source #

The ID for the layer to get the annotations.