Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.65 KB

README.org

File metadata and controls

58 lines (46 loc) · 1.65 KB

lang/rest

Table of Contents

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