v8.1.0
- Adds new
RequestHook
andResponseHook
events. (un)subscribe to them with the newsubscribe_to_request_hook
,subscribe_to_response_hook
,unsubscribe_from_request_hook
, orunsubscribe_from_response_hook
methods of anEasyPostClient
- Maps 400 status codes to new
BadRequestError
class