doomemacs/modules/lang/rest
Henrik Lissner 92a5c28687
feat(rest): add +jq flag
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
2022-06-19 14:56:04 +02:00
..
autoload.el lang/rest: fix za, zm & zr fold keys 2018-08-16 17:37:13 +02:00
config.el feat(rest): add +jq flag 2022-06-19 14:56:04 +02:00
packages.el feat(rest): add +jq flag 2022-06-19 14:56:04 +02:00
README.org s/prereqisites/prerequisites 2021-03-06 12:05:55 -05: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 prerequisites.

Features

Configuration

Troubleshooting