MediaMath / t1-python

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

typo in models/strategyconcept.py #139

Closed zachliu closed 7 years ago

zachliu commented 7 years ago

At line# 44 in strategyconcept.py

self._post(self.get_service_path(), rest=url, data={'version': self.version})

get_service_path should be _get_service_path

this triggers AttributeError: get_service_path