You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This code could be replaced by just using request's json=... keyword argument, which is converted to a JSON string inside requests. This would require that all occurences of data=...somedict... in the code be replaced by json=...somedict....
There actually doesn't seem to be any case of data being a string in the code base. This means that all the logic testing for str could be stripped from the client and the tests.