2020-03-27 20:16:02 -04:00
|
|
|
#+TITLE: lang/rest
|
|
|
|
#+DATE: March 17, 2017
|
|
|
|
#+SINCE: v1.3
|
|
|
|
#+STARTUP: inlineimages nofold
|
2017-05-07 02:43:09 +02:00
|
|
|
|
2020-03-27 20:16:02 -04:00
|
|
|
* Table of Contents :TOC_3:noexport:
|
|
|
|
- [[#description][Description]]
|
|
|
|
- [[#maintainers][Maintainers]]
|
|
|
|
- [[#module-flags][Module Flags]]
|
|
|
|
- [[#plugins][Plugins]]
|
|
|
|
- [[#hacks][Hacks]]
|
|
|
|
- [[#prerequisites][Prerequisites]]
|
|
|
|
- [[#features][Features]]
|
|
|
|
- [[#configuration][Configuration]]
|
|
|
|
- [[#troubleshooting][Troubleshooting]]
|
|
|
|
|
|
|
|
* Description
|
2017-05-25 20:08:50 +02:00
|
|
|
This module adds [[https://en.wikipedia.org/wiki/Representational_state_transfer][REST]] support.
|
2017-05-07 02:43:09 +02:00
|
|
|
|
2017-05-25 20:08:50 +02:00
|
|
|
+ Code-completion (~company-restclient~)
|
|
|
|
+ Code evaluation
|
2020-03-27 20:16:02 -04:00
|
|
|
+ Imenu support for ~restclient-mode~
|
2017-05-25 20:08:50 +02:00
|
|
|
+ org-mode: babel support (~ob-restclient~)
|
2017-05-07 02:43:09 +02:00
|
|
|
|
2017-05-25 20:08:50 +02:00
|
|
|
#+begin_quote
|
2020-03-27 20:16:02 -04:00
|
|
|
~restclient-mode~ is tremendously useful for automated or quick testing REST
|
|
|
|
APIs. My workflow is to open an ~org-mode~ buffer, create a restclient source
|
|
|
|
block and hack away. ~restclient-mode~ and ~company-restclient~ power this
|
|
|
|
arcane wizardry.
|
2017-05-25 20:08:50 +02:00
|
|
|
#+end_quote
|
|
|
|
|
2020-03-27 20:16:02 -04:00
|
|
|
** Maintainers
|
|
|
|
This module has no dedicated maintainers.
|
|
|
|
|
|
|
|
** Module Flags
|
|
|
|
This module provides no flags.
|
|
|
|
|
|
|
|
** Plugins
|
|
|
|
+ [[https://github.com/pashky/restclient.el][restclient]]
|
|
|
|
+ =:completion company=
|
|
|
|
+ [[https://github.com/iquiw/company-restclient][company-restclient]]
|
|
|
|
|
|
|
|
** Hacks
|
|
|
|
+ restclient has been modified not to silently reject self-signed or invalid
|
|
|
|
certificates.
|
|
|
|
+ Adds imenu support to ~restclient-mode~.
|
|
|
|
|
|
|
|
* Prerequisites
|
|
|
|
This module has no prereqisites.
|
|
|
|
|
|
|
|
* Features
|
|
|
|
# An in-depth list of features, how to use them, and their dependencies.
|
|
|
|
|
|
|
|
* Configuration
|
|
|
|
# How to configure this module, including common problems and how to address them.
|
|
|
|
|
|
|
|
* Troubleshooting
|
|
|
|
# Common issues and their solution, or places to look for help.
|