Open sanjay-rajeswaran opened 7 years ago
Encode nested json in payload to avoid "AttributeError: 'dict' object has no attribute 'encode'", while calling MultipartEncoder(payload).
MultipartEncoder(payload)
Encode nested json in payload to avoid "AttributeError: 'dict' object has no attribute 'encode'", while calling
MultipartEncoder(payload)
.