Closed 3XE closed 8 years ago
Fixes error when using request.post() and presumably other methods which rely upon data/json arguments.
Example error: "TypeError: request() got an unexpected keyword argument 'json'"
I can't reproduce the issue that this aims to fix (#16).
Fixes error when using request.post() and presumably other methods which rely upon data/json arguments.
Example error: "TypeError: request() got an unexpected keyword argument 'json'"