lang/rest: add README.org

This commit is contained in:
Henrik Lissner 2017-05-07 02:43:09 +02:00
parent d098607070
commit eb8759041f
2 changed files with 13 additions and 4 deletions

View file

@ -0,0 +1,9 @@
* 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.