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

Contents

Description

Retrieves a list of bookshelves belonging to the authenticated user.

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

Synopsis

REST Resource

type MyLibraryBookshelvesListResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Bookshelves))))) Source

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

Creating a Request

myLibraryBookshelvesList :: MyLibraryBookshelvesList Source

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

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

Request Lenses

mlblSource :: Lens' MyLibraryBookshelvesList (Maybe Text) Source

String to identify the originator of this request.