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)

Parameters

array $optParams

Optional parameters.

Return Value

Volumes

Exceptions

Exception

BooksVolumesRecommendedRateResponse rate(string $rating, string $volumeId, array $optParams = [])

Rate a recommended book for the current user. (recommended.rate)

Parameters

string $rating

Rating to be given to the volume.

string $volumeId

ID of the source volume.

array $optParams

Optional parameters.

Return Value

BooksVolumesRecommendedRateResponse

Exceptions

Exception