doomemacs/modules/lang/rest/README.org

10 lines
492 B
Org Mode
Raw Normal View History

2017-05-07 02:43:09 +02:00
* REST
On occasion I need to test REST APIs. I will, typically, open up an org buffer,
create a restclient source block and hack away. [[https://github.com/pashky/restclient.el][restclient-mode]] (and
[[https://github.com/iquiw/company-restclient][company-restclient]] for auto-completion) power this arcane wizardry.
Meanwhile, [[https://github.com/iquiw/company-restclient][ob-restclient]] integrates ~restclient-mode~ into org-babel.
There are no external dependencies for this module.