gogol-books-0.0.1: Google Books SDK.

Copyright(c) 2015 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:

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.