always return json as second argument of _send_signed_request
Indeed the Request module returns a JSON object and not a python dictionary when we use Request.repsone.json().
Please register or sign in to comment
Indeed the Request module returns a JSON object and not a python dictionary when we use Request.repsone.json().