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

Contents

Description

Gets volume information for volumes on a bookshelf.

See: Books API Reference for books.mylibrary.bookshelves.volumes.list.

Synopsis

REST Resource

type MyLibraryBookshelvesVolumesListResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> ("volumes" :> (QueryParam "country" Text :> (QueryParam "q" Text :> (QueryParam "source" Text :> (QueryParam "projection" MyLibraryBookshelvesVolumesListProjection :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "showPreorders" Bool :> (QueryParam "alt" AltJSON :> Get `[JSON]` Volumes))))))))))))) Source

A resource alias for books.mylibrary.bookshelves.volumes.list method which the MyLibraryBookshelvesVolumesList request conforms to.

Creating a Request

myLibraryBookshelvesVolumesList Source

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

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

Request Lenses

mlbvlCountry :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source

ISO-3166-1 code to override the IP-based location.

mlbvlQ :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source

Full-text search query string in this bookshelf.

mlbvlShelf :: Lens' MyLibraryBookshelvesVolumesList Text Source

The bookshelf ID or name retrieve volumes for.

mlbvlSource :: Lens' MyLibraryBookshelvesVolumesList (Maybe Text) Source

String to identify the originator of this request.

mlbvlStartIndex :: Lens' MyLibraryBookshelvesVolumesList (Maybe Word32) Source

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

mlbvlShowPreOrders :: Lens' MyLibraryBookshelvesVolumesList (Maybe Bool) Source

Set to true to show pre-ordered books. Defaults to false.