Adds support for setting variables from results using jq expressions. Ref: https://github.com/pashky/restclient.el Ref: https://github.com/ljos/jq-mode Close: #5238 |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
packages.el | ||
README.org |
lang/rest
Description
This module adds REST support.
- Code-completion (
company-restclient
) - Code evaluation
- Imenu support for
restclient-mode
- org-mode: babel support (
ob-restclient
)
restclient-mode
is tremendously useful for automated or quick testing REST APIs. My workflow is to open anorg-mode
buffer, create a restclient source block and hack away.restclient-mode
andcompany-restclient
power this arcane wizardry.
Maintainers
This module has no dedicated maintainers.
Module Flags
This module provides no flags.
Plugins
- restclient
-
:completion company
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 prerequisites.