MediaMath / t1-python

Python SDK for MediaMath Platform APIs
https://developer.mediamath.com/
Apache License 2.0
18 stars 30 forks source link

move conversion functions into new module; throw more informative errors #81

Closed FodT closed 8 years ago

FodT commented 8 years ago

The main fix here is to throw more helpful errors when attempting to set a field of the wrong type (which can happen implicitly sometimes on embedded objects). Also a refactor to pull out the custom types into their own module, reducing the amount of code in Entity.py