It should may be get predefined that the output is in json format.
You can do that with headers={"Content-Type": "application/json"}
|
response, data = self._request(url, 'POST', **kwargs) |
|
response, data = self._request(url, 'PUT', **kwargs) |
Reactions are currently unavailable
It should may be get predefined that the output is in json format.
You can do that with headers={"Content-Type": "application/json"}
python-cachetclient/cachetclient/client.py
Line 88 in 529848d
python-cachetclient/cachetclient/client.py
Line 93 in 529848d