VolumesRecommended
class VolumesRecommended extends Resource (View source)
The "recommended" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$recommended = $booksService->volumes_recommended;
Methods
listVolumesRecommended(array $optParams = [])
Return a list of recommended books for the current user.
rate(string $rating, string $volumeId, array $optParams = [])
Rate a recommended book for the current user. (recommended.rate)
Details
Volumes
listVolumesRecommended(array $optParams = [])
Return a list of recommended books for the current user.
(recommended.listVolumesRecommended)
BooksVolumesRecommendedRateResponse
rate(string $rating, string $volumeId, array $optParams = [])
Rate a recommended book for the current user. (recommended.rate)