lang/rest: add README.org
This commit is contained in:
parent
d098607070
commit
eb8759041f
2 changed files with 13 additions and 4 deletions
9
modules/lang/rest/README.org
Normal file
9
modules/lang/rest/README.org
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue