When we're developing some application we frequently interact with APIs. There are applications like postman, httpie, insomnia and so on to accomplish this task but having an external application only to test a few endpoints or even a complex API is a little overkill. Using emacs and a great package called restclient.el we can have a very complete tool to handle API requests without leaving our favorite editor. Installation Put these lines of code in your emacs configuration and you'll be rea...