GitterPy icon indicating copy to clipboard operation
GitterPy copied to clipboard

Python interface for the Gitter API

Results 2 GitterPy issues
Sort by recently updated
recently updated
newest added

I'm testing the delete feature. With the program, the result is: Unexpected error: Unexpected error: Expecting value: line 1 column 1 (char 0) but if I delete the string `.json()`...

When using the `request_process` is used for deleting (`DELETE` method), it won't return a value. So: * It returns `` * the `.text` value from `requests` module is empty. The...