From eb8759041fa9a6e8de9a833bafe2b81391380923 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 7 May 2017 02:43:09 +0200 Subject: [PATCH] lang/rest: add README.org --- TODO.org | 8 ++++---- modules/lang/rest/README.org | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 modules/lang/rest/README.org diff --git a/TODO.org b/TODO.org index 510d038e4..68bf7289a 100644 --- a/TODO.org +++ b/TODO.org @@ -5,7 +5,7 @@ + [-] Work-in-progress + [X] Complete -** Unreleased [53/129] +** Unreleased [54/129] + [2/13] Potential plugins + [ ] [[https://github.com/etu/webpaste.el][webpaste.el]]: sending text to bin servies (like gist, ix.io, sprunge, etc.) + [ ] [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]]: client for MS Language Server Protocol, keep an eye on this @@ -26,7 +26,7 @@ + [ ] app/irc + [-] app/crm + [-] app/write -+ [4/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]]) to replace bootstaps ++ [5/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]]) to replace bootstaps + [0/8] :tools + [ ] dired + [ ] electric-indent @@ -36,7 +36,7 @@ + [ ] term + [ ] tmux + [ ] upload - + [2/25] :lang + + [3/25] :lang + [ ] assembly + [X] cc + [ ] crystal @@ -54,7 +54,7 @@ + [ ] org + [ ] php + [ ] python - + [ ] rest + + [X] rest + [ ] ruby + [ ] rust + [ ] scala diff --git a/modules/lang/rest/README.org b/modules/lang/rest/README.org new file mode 100644 index 000000000..b634d88f2 --- /dev/null +++ b/modules/lang/rest/README.org @@ -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.