Returns the membership Resource.
Close httplib2 connections.
Returns Series metadata for the given series ids.
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: { "kind": "A String", # Resource type. "series": [ { "bannerImageUrl": "A String", "eligibleForSubscription": True or False, "imageUrl": "A String", "isComplete": True or False, "seriesFormatType": "A String", "seriesId": "A String", "seriesSubscriptionReleaseInfo": { "cancelTime": "A String", "currentReleaseInfo": { "amountInMicros": 3.14, "currencyCode": "A String", "releaseNumber": "A String", "releaseTime": "A String", }, "nextReleaseInfo": { "amountInMicros": 3.14, "currencyCode": "A String", "releaseNumber": "A String", "releaseTime": "A String", }, "seriesSubscriptionType": "A String", }, "seriesType": "A String", "subscriptionId": "A String", "title": "A String", }, ], }