MediaMath / t1-python

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

Only post changed fields on Save. #130

Closed FodT closed 7 years ago

FodT commented 7 years ago

This PR changes the behaviour of properties to only show changed fields. The Entity __repr__() function uses _init_properties and overrides them with any changed values from properties. On save, only the fields in properties are posted, along with the version.

This has two advantages:

This PR also removes some deprecated functions, along with basic auth.

FodT commented 7 years ago

Resolves #129