Verb: Another HTTP REST Client in Emacs
Introduction The <span>restclient</span> in Emacs has been archived and is no longer maintained, so we need to look for other packages to replace it. After some searching, I found that federicotdn/verb: HTTP client for Emacs[1] is quite good and also supports <span>org babel</span>. Installation (use-package verb :init (cl-pushnew '(verb . t) load-language-list) :config (define-key org-mode-map … Read more