doomemacs/modules/lang/rest
2020-03-27 21:34:58 -04:00
..
autoload.el
config.el Revert change to lang/rest in 9709d257d 2020-03-27 21:34:58 -04:00
packages.el Fix #2373: bring back package pinning 2020-01-25 19:02:00 -05:00
README.org Update lang/rest readme to new format #1166 2020-03-27 20:16:56 -04:00

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 an org-mode buffer, create a restclient source block and hack away. restclient-mode and company-restclient power this arcane wizardry.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

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

Configuration

Troubleshooting