mailjet-apiv3-python
mailjet-apiv3-python copied to clipboard
parse_response will fail for e.g. 404 response
Trying to debug why my API calls are failing I tried to look for places that might have debug logs. Trying to parse_response
on a API call that returns 404 will fail, since there is no json to parse here.
Overall, it would be nice if there were a way to get better debug logging to find issues in API calls.