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.MyLibrary.Annotations.Summary

Contents

Description

Gets the summary of specified layers.

See: Books API Reference for books.mylibrary.annotations.summary.

Synopsis

REST Resource

type MyLibraryAnnotationsSummaryResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> ("summary" :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` AnnotationsSummary))))))) Source

A resource alias for books.mylibrary.annotations.summary method which the MyLibraryAnnotationsSummary request conforms to.

Creating a Request

myLibraryAnnotationsSummary Source

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

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

Request Lenses

mlasLayerIds :: Lens' MyLibraryAnnotationsSummary [Text] Source

Array of layer IDs to get the summary for.

mlasVolumeId :: Lens' MyLibraryAnnotationsSummary Text Source

Volume id to get the summary for.