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

Contents

Description

Clears all volumes from a bookshelf.

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

Synopsis

REST Resource

type MyLibraryBookshelvesClearVolumesResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> ("clearVolumes" :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))))) Source

A resource alias for books.mylibrary.bookshelves.clearVolumes method which the MyLibraryBookshelvesClearVolumes request conforms to.

Creating a Request

myLibraryBookshelvesClearVolumes Source

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

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

Request Lenses

mlbcvShelf :: Lens' MyLibraryBookshelvesClearVolumes Text Source

ID of bookshelf from which to remove a volume.

mlbcvSource :: Lens' MyLibraryBookshelvesClearVolumes (Maybe Text) Source

String to identify the originator of this request.