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.Get

Contents

Description

Gets the layer summary for a volume.

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

Synopsis

REST Resource

type LayersGetResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("layersummary" :> (Capture "summaryId" Text :> (QueryParam "contentVersion" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Layersummary)))))))) Source

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

Creating a Request

layersGet Source

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

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

Request Lenses

lgContentVersion :: Lens' LayersGet (Maybe Text) Source

The content version for the requested volume.

lgVolumeId :: Lens' LayersGet Text Source

The volume to retrieve layers for.

lgSource :: Lens' LayersGet (Maybe Text) Source

String to identify the originator of this request.

lgSummaryId :: Lens' LayersGet Text Source

The ID for the layer to get the summary for.