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

@ -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

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.