MylibraryBookshelves
class MylibraryBookshelves extends Resource (View source)
The "bookshelves" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$bookshelves = $booksService->mylibrary_bookshelves;
Methods
Adds a volume to a bookshelf. (bookshelves.addVolume)
Clears all volumes from a bookshelf. (bookshelves.clearVolumes)
Retrieves metadata for a specific bookshelf belonging to the authenticated user. (bookshelves.get)
Retrieves a list of bookshelves belonging to the authenticated user.
Moves a volume within a bookshelf. (bookshelves.moveVolume)
Removes a volume from a bookshelf. (bookshelves.removeVolume)
Details
BooksEmpty
addVolume(string $shelf, string $volumeId, array $optParams = [])
Adds a volume to a bookshelf. (bookshelves.addVolume)
BooksEmpty
clearVolumes(string $shelf, array $optParams = [])
Clears all volumes from a bookshelf. (bookshelves.clearVolumes)
Bookshelf
get(string $shelf, array $optParams = [])
Retrieves metadata for a specific bookshelf belonging to the authenticated user. (bookshelves.get)
Bookshelves
listMylibraryBookshelves(array $optParams = [])
Retrieves a list of bookshelves belonging to the authenticated user.
(bookshelves.listMylibraryBookshelves)
BooksEmpty
moveVolume(string $shelf, string $volumeId, int $volumePosition, array $optParams = [])
Moves a volume within a bookshelf. (bookshelves.moveVolume)
BooksEmpty
removeVolume(string $shelf, string $volumeId, array $optParams = [])
Removes a volume from a bookshelf. (bookshelves.removeVolume)