Closed Aerion closed 4 years ago
headers were of type str, but requests.get expects a dict. This deserializes the headers argument from str to dict (via json).
Fixes #90
headers were of type str, but requests.get expects a dict. This deserializes the headers argument from str to dict (via json).
Fixes #90