Books API . series

Instance Methods

membership()

Returns the membership Resource.

close()

Close httplib2 connections.

get(series_id, x__xgafv=None)

Returns Series metadata for the given series ids.

Method Details

close()
Close httplib2 connections.
get(series_id, x__xgafv=None)
Returns Series metadata for the given series ids.

Args:
  series_id: string, String that identifies the series (required) (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "series": [
      {
        "seriesType": "A String",
        "seriesId": "A String",
        "title": "A String",
        "bannerImageUrl": "A String",
        "subscriptionId": "A String",
        "eligibleForSubscription": True or False,
        "seriesFormatType": "A String",
        "isComplete": True or False,
        "seriesSubscriptionReleaseInfo": {
          "nextReleaseInfo": {
            "releaseNumber": "A String",
            "amountInMicros": 3.14,
            "currencyCode": "A String",
            "releaseTime": "A String",
          },
          "cancelTime": "A String",
          "seriesSubscriptionType": "A String",
          "currentReleaseInfo": {
            "currencyCode": "A String",
            "releaseTime": "A String",
            "amountInMicros": 3.14,
            "releaseNumber": "A String",
          },
        },
        "imageUrl": "A String",
      },
    ],
    "kind": "A String", # Resource type.
  }