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

Contents

Description

List the layer summaries for a volume.

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

Synopsis

REST Resource

type LayersListResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("layersummary" :> (QueryParam "contentVersion" Text :> (QueryParam "source" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Layersummaries))))))))) Source

A resource alias for books.layers.list method which the LayersList request conforms to.

Creating a Request

layersList Source

Arguments

:: Text

llVolumeId

-> LayersList 

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

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

Request Lenses

llContentVersion :: Lens' LayersList (Maybe Text) Source

The content version for the requested volume.

llVolumeId :: Lens' LayersList Text Source

The volume to retrieve layers for.

llSource :: Lens' LayersList (Maybe Text) Source

String to identify the originator of this request.

llPageToken :: Lens' LayersList (Maybe Text) Source

The value of the nextToken from the previous page.

llMaxResults :: Lens' LayersList (Maybe Word32) Source

Maximum number of results to return