|
|
|
|
|
by anamexis
1335 days ago
|
|
I similarly use restclient.el on Emacs and love it. For those unfamiliar with these plugins, they allow you to simply write text files looking like: GET https://example.com/posts/5
Accept: application/json
or POST https://example.com/posts
Content-Type: application/json
Authorization: Bearer abc
{"title": "foo", "body": "bar"}
and simply execute the requests from the buffer. |
|