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

Contents

Description

Return a list of books in My Library.

See: Books API Reference for books.volumes.mybooks.list.

Synopsis

REST Resource

type VolumesMybooksListResource = "books" :> ("v1" :> ("volumes" :> ("mybooks" :> (QueryParams "processingState" VolumesMybooksListProcessingState :> (QueryParams "acquireMethod" VolumesMybooksListAcquireMethod :> (QueryParam "locale" Text :> (QueryParam "source" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Volumes)))))))))) Source

A resource alias for books.volumes.mybooks.list method which the VolumesMybooksList request conforms to.

Creating a Request

volumesMybooksList :: VolumesMybooksList Source

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

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

Request Lenses

vmlProcessingState :: Lens' VolumesMybooksList [VolumesMybooksListProcessingState] Source

The processing state of the user uploaded volumes to be returned. Applicable only if the UPLOADED is specified in the acquireMethod.

vmlLocale :: Lens' VolumesMybooksList (Maybe Text) Source

ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.

vmlSource :: Lens' VolumesMybooksList (Maybe Text) Source

String to identify the originator of this request.

vmlStartIndex :: Lens' VolumesMybooksList (Maybe Word32) Source

Index of the first result to return (starts at 0)

vmlMaxResults :: Lens' VolumesMybooksList (Maybe Word32) Source

Maximum number of results to return.