lang/rest: add README.org
This commit is contained in:
parent
d098607070
commit
eb8759041f
2 changed files with 13 additions and 4 deletions
8
TODO.org
8
TODO.org
|
@ -5,7 +5,7 @@
|
||||||
+ [-] Work-in-progress
|
+ [-] Work-in-progress
|
||||||
+ [X] Complete
|
+ [X] Complete
|
||||||
|
|
||||||
** Unreleased [53/129]
|
** Unreleased [54/129]
|
||||||
+ [2/13] Potential plugins
|
+ [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/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
|
+ [ ] [[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/irc
|
||||||
+ [-] app/crm
|
+ [-] app/crm
|
||||||
+ [-] app/write
|
+ [-] 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
|
+ [0/8] :tools
|
||||||
+ [ ] dired
|
+ [ ] dired
|
||||||
+ [ ] electric-indent
|
+ [ ] electric-indent
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
+ [ ] term
|
+ [ ] term
|
||||||
+ [ ] tmux
|
+ [ ] tmux
|
||||||
+ [ ] upload
|
+ [ ] upload
|
||||||
+ [2/25] :lang
|
+ [3/25] :lang
|
||||||
+ [ ] assembly
|
+ [ ] assembly
|
||||||
+ [X] cc
|
+ [X] cc
|
||||||
+ [ ] crystal
|
+ [ ] crystal
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
+ [ ] org
|
+ [ ] org
|
||||||
+ [ ] php
|
+ [ ] php
|
||||||
+ [ ] python
|
+ [ ] python
|
||||||
+ [ ] rest
|
+ [X] rest
|
||||||
+ [ ] ruby
|
+ [ ] ruby
|
||||||
+ [ ] rust
|
+ [ ] rust
|
||||||
+ [ ] scala
|
+ [ ] scala
|
||||||
|
|
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