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

Contents

Description

Retrieves metadata for a specific bookshelf belonging to the authenticated user.

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

Synopsis

REST Resource

type MyLibraryBookshelvesGetResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Bookshelf)))))) Source

A resource alias for books.mylibrary.bookshelves.get method which the MyLibraryBookshelvesGet request conforms to.

Creating a Request

myLibraryBookshelvesGet Source

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

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

Request Lenses

mlbgShelf :: Lens' MyLibraryBookshelvesGet Text Source

ID of bookshelf to retrieve.

mlbgSource :: Lens' MyLibraryBookshelvesGet (Maybe Text) Source

String to identify the originator of this request.