MediaMath / t1-python

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

Return a ClientError when the content type is missing or unsupported #141

Closed FodT closed 7 years ago

FodT commented 7 years ago

Resolves #137 ClientError->T1Error for API error responses rather than client abuse Catch a missing content-type header and return a more sensible error.