Files
dtos-dotfiles/.emacs.d/modules/lang/rest
2020-06-19 22:43:40 -05:00
..
2019-12-16 20:21:19 -06:00
2020-06-19 22:43:40 -05:00
2020-06-19 22:43:40 -05:00
2020-06-19 22:43:40 -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 prereqisites.

Features

Configuration

Troubleshooting