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

Contents

Description

Removes a volume from a bookshelf.

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

Synopsis

REST Resource

type MyLibraryBookshelvesRemoveVolumeResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> ("removeVolume" :> (QueryParam "volumeId" Text :> (QueryParam "reason" MyLibraryBookshelvesRemoveVolumeReason :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))))))) Source

A resource alias for books.mylibrary.bookshelves.removeVolume method which the MyLibraryBookshelvesRemoveVolume request conforms to.

Creating a Request

myLibraryBookshelvesRemoveVolume Source

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

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

Request Lenses

mlbrvReason :: Lens' MyLibraryBookshelvesRemoveVolume (Maybe MyLibraryBookshelvesRemoveVolumeReason) Source

The reason for which the book is removed from the library.

mlbrvShelf :: Lens' MyLibraryBookshelvesRemoveVolume Text Source

ID of bookshelf from which to remove a volume.

mlbrvSource :: Lens' MyLibraryBookshelvesRemoveVolume (Maybe Text) Source

String to identify the originator of this request.