Closed iLLiCiTiT closed 1 year ago
Made fail safe access to data attribute on custom response object. Data are set to empty dictionary if fails with json decode error, that reduces checks for status codes which may contain data in some cases and should not contain then in others.
data
Description
Made fail safe access to
data
attribute on custom response object. Data are set to empty dictionary if fails with json decode error, that reduces checks for status codes which may contain data in some cases and should not contain then in others.