MediaMath / t1-python

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

Add new fields in Strategy model #98

Closed pswaminathan closed 7 years ago

pswaminathan commented 8 years ago

Fixes #97

T1-Python doesn't know which fields the user really intends to post. It treats it more like a PUT operation, where it sends all fields that it knows about. To try and get at what the user wants, though, we can track which fields change from instantiation to save. Fields that have changed should be preserved.