mailjet-apiv3-python icon indicating copy to clipboard operation
mailjet-apiv3-python copied to clipboard

parse_response will fail for e.g. 404 response

Open kontur opened this issue 1 year ago • 0 comments

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.

kontur avatar Feb 26 '24 08:02 kontur