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": [ { "title": "A String", "bannerImageUrl": "A String", "imageUrl": "A String", "seriesFormatType": "A String", "isComplete": True or False, "seriesSubscriptionReleaseInfo": { "cancelTime": "A String", "seriesSubscriptionType": "A String", "nextReleaseInfo": { "releaseTime": "A String", "amountInMicros": 3.14, "releaseNumber": "A String", "currencyCode": "A String", }, "currentReleaseInfo": { "releaseTime": "A String", "releaseNumber": "A String", "amountInMicros": 3.14, "currencyCode": "A String", }, }, "subscriptionId": "A String", "seriesType": "A String", "seriesId": "A String", "eligibleForSubscription": True or False, }, ], }