MediaMath / t1-python

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

add Contact entity. Replace MODEL_PATHS with inverted CLASSES map #95

Closed FodT closed 8 years ago

FodT commented 8 years ago

Adding a contact entity. The MODEL_PATHS dict was bugging me. seemed kinda redundant (and contained some mistakes?) So I replaced it with an inverted CLASSES.

FodT commented 8 years ago

I feel like the dict and model imports is best saved for another PR. Moving them into config causes a circular dependency on Reports - I have something drafted that uses a new t1mappings module