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

Contents

Description

Retrieves a list of public bookshelves for the specified user.

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

Synopsis

REST Resource

type BookshelvesListResource = "books" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("bookshelves" :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Bookshelves)))))) Source

A resource alias for books.bookshelves.list method which the BookshelvesList request conforms to.

Creating a Request

bookshelvesList Source

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

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

Request Lenses

blUserId :: Lens' BookshelvesList Text Source

ID of user for whom to retrieve bookshelves.

blSource :: Lens' BookshelvesList (Maybe Text) Source

String to identify the originator of this request.