Skip to content
-
class
MobileClientCall[source]
-
base_url = 'https://mclients.googleapis.com/sj/v2.5'
-
follow_redirects = True
-
class
MobileClientBatchCall(events_or_mutations)[source]
-
method = 'POST'
-
batch_key = 'mutations'
-
events_or_mutations
-
class
MobileClientFeedCall(max_results=None, start_token=None, updated_min=-1)[source]
-
method = 'POST'
-
max_results
-
start_token
-
updated_min
-
class
MobileClientFetchCall[source]
-
method = 'GET'
-
class
MobileClientStreamCall[source]
-
base_url = 'https://mclients.googleapis.com/music'
-
method = 'GET'
-
class
MobileClientSchema(extra=None, only=None, exclude=(), prefix='', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]
-
class
Meta[source]
-
strict = True
-
check_for_unknown_fields(data)[source]
-
opts = <marshmallow.schema.SchemaOpts object>