SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Upgrade to v2.0.0.0 #44

Closed fredsadaghiani closed 8 years ago

fredsadaghiani commented 8 years ago

Note, this package upgrade changes the API contract such that a sift.client.ApiException exception is thrown in the case of request failure. Call sites to the Client#track and other sift.Client methods must be wrapped in try-except block.

jburnim commented 8 years ago

LGTM!