rest-client
rest-client copied to clipboard
A simple REST client for the Atom editor!
I noticed the last few versions (1.2.5 and 1.2.6 at least) the post payload isn't being sent. It used to work (I think it worked in 1.2.4 but haven't rolled...
To replicate: 1. GET https://www.google.com/ 2. Select 'Open in separate editor'. Atom error dialog: ``` Cannot save to tmp directory... {"errno":-4058, "code":ENOENT, "syscall":"open, "path":"C:\\tmp\\GET - www.google.com"} ```
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Mac OS X 10.12 **Thrown From**: [rest-client](https://github.com/ddavison/rest-client) package, v1.3.1 ### Stack Trace Uncaught TypeError:...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Mac OS X 10.10.5 **Thrown From**: [rest-client](https://github.com/ddavison/rest-client) package, v1.3.1 ### Stack Trace Uncaught Error:...

Current max saved request is 10. Would be nice if this is >100
If a header value contains a colon character then it isn't saved, as well as any character from the colon onwards. If the header value contains a colon character it...
Hi. Running atom 1.14.4 on openSUSE and tried installing rest-client. I get the following error when click "show" in the packages menu: ``` Uncaught EvalError: Refused to evaluate a string...
Hi. I think it could be interesting know how long a query last. Is this implemented? Do you agree? Regards,
Hello, is it possible to integrate JSON syntax highlight and completion for payload and response fields?