Utilize the HTTP response code mapping available here: https://apidocs.callrail.com/#http-response-codes Wrap raise_for_status exceptions/check for status codes in each API calling method to more pythonic response for error handling.
Utilize the HTTP response code mapping available here: https://apidocs.callrail.com/#http-response-codes
Wrap raise_for_status exceptions/check for status codes in each API calling method to more pythonic response for error handling.