mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 10:51:05 -08:00
|
|
||
|---|---|---|
| .. | ||
| 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-modeis tremendously useful for automated or quick testing REST APIs. My workflow is to open anorg-modebuffer, create a restclient source block and hack away.restclient-modeandcompany-restclientpower 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.