class Series extends Resource (View source)

The "series" collection of methods.

Typical usage is:

 $booksService = new Google\Service\Books(...);
 $series = $booksService->series;

Methods

get(string|array $seriesId, array $optParams = [])

Returns Series metadata for the given series ids. (series.get)

Details

Series get(string|array $seriesId, array $optParams = [])

Returns Series metadata for the given series ids. (series.get)

Parameters

string|array $seriesId

String that identifies the series

array $optParams

Optional parameters.

Return Value

Series

Exceptions

Exception