Bookshelves
class Bookshelves extends Resource (View source)
The "bookshelves" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$bookshelves = $booksService->bookshelves;
Methods
get(string $userId, string $shelf, array $optParams = [])
Retrieves metadata for a specific bookshelf for the specified user.
listBookshelves(string $userId, array $optParams = [])
Retrieves a list of public bookshelves for the specified user.
Details
Bookshelf
get(string $userId, string $shelf, array $optParams = [])
Retrieves metadata for a specific bookshelf for the specified user.
(bookshelves.get)
Bookshelves
listBookshelves(string $userId, array $optParams = [])
Retrieves a list of public bookshelves for the specified user.
(bookshelves.listBookshelves)