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

Contents

Description

Retrieves my reading position information for a volume.

See: Books API Reference for books.mylibrary.readingpositions.get.

Synopsis

REST Resource

type MyLibraryReadingPositionsGetResource = "books" :> ("v1" :> ("mylibrary" :> ("readingpositions" :> (Capture "volumeId" Text :> (QueryParam "contentVersion" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ReadingPosition))))))) Source

A resource alias for books.mylibrary.readingpositions.get method which the MyLibraryReadingPositionsGet request conforms to.

Creating a Request

myLibraryReadingPositionsGet Source

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

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

Request Lenses

mlrpgContentVersion :: Lens' MyLibraryReadingPositionsGet (Maybe Text) Source

Volume content version for which this reading position is requested.

mlrpgVolumeId :: Lens' MyLibraryReadingPositionsGet Text Source

ID of volume for which to retrieve a reading position.

mlrpgSource :: Lens' MyLibraryReadingPositionsGet (Maybe Text) Source

String to identify the originator of this request.