Mparticle

Latest version: v0.16.1

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.9.2

When being invoked asynchronously, the API client now handles exceptions and passes them to the given callback. For example:

python

def my_callback(response):
if type(response) is mparticle.rest.ApiException:
print 'An error occurred: ' + str(response)
else:
successful uploads will yield an HTTP 202 response and no body
print response

api_instance.upload_events(batch, my_callback)

0.9.1

- App/Custom events now default to a `custom_event_type` of `'other'`.

0.9.0

This is the initial release of the mParticle Python SDK.

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.