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

Contents

Description

Retrieves a list of annotations, possibly filtered.

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

Synopsis

REST Resource

type MyLibraryAnnotationsListResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> (QueryParam "contentVersion" Text :> (QueryParam "showDeleted" Bool :> (QueryParam "updatedMax" Text :> (QueryParam "updatedMin" Text :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "source" Text :> (QueryParam "pageToken" Text :> (QueryParam "layerId" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Annotations)))))))))))))) Source

A resource alias for books.mylibrary.annotations.list method which the MyLibraryAnnotationsList request conforms to.

Creating a Request

myLibraryAnnotationsList :: MyLibraryAnnotationsList Source

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

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

Request Lenses

mlalContentVersion :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

The content version for the requested volume.

mlalShowDeleted :: Lens' MyLibraryAnnotationsList (Maybe Bool) Source

Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.

mlalUpdatedMax :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).

mlalUpdatedMin :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).

mlalLayerIds :: Lens' MyLibraryAnnotationsList [Text] Source

The layer ID(s) to limit annotation by.

mlalVolumeId :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

The volume to restrict annotations to.

mlalSource :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

String to identify the originator of this request.

mlalPageToken :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

The value of the nextToken from the previous page.

mlalLayerId :: Lens' MyLibraryAnnotationsList (Maybe Text) Source

The layer ID to limit annotation by.

mlalMaxResults :: Lens' MyLibraryAnnotationsList (Maybe Word32) Source

Maximum number of results to return