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

Contents

Description

Retrieves metadata for a specific bookshelf for the specified user.

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

Synopsis

REST Resource

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

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

Creating a Request

bookshelvesGet Source

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

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

data BookshelvesGet Source

Retrieves metadata for a specific bookshelf for the specified user.

See: bookshelvesGet smart constructor.

Request Lenses

bgUserId :: Lens' BookshelvesGet Text Source

ID of user for whom to retrieve bookshelves.

bgShelf :: Lens' BookshelvesGet Text Source

ID of bookshelf to retrieve.

bgSource :: Lens' BookshelvesGet (Maybe Text) Source

String to identify the originator of this request.