MediaMath / t1-python

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

child= argument broken for multiple children #47

Closed FodT closed 7 years ago

FodT commented 9 years ago

from service.py:

# TODO: known bug here with iterator children.
# For instance, if you get('strategies', 123, child='concepts'),
# API returns a structure as if you just requested the concepts
# but had that limit. This is new so whatever, just take the first
# and be happy with it.

fix to return valid generator of Entities

FodT commented 7 years ago

Fixed way back by #53