Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.23 KB

README.org

File metadata and controls

29 lines (22 loc) · 1.23 KB

Restclient layer

Table of Contents

What is this?

This is a package that lets you have a REPL-like interface for http requests. Full documentation and examples can be found in the package’s GitHub Page.

Also there is an Emacs Rocks! episode of it.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add restclient to the existing dotspacemacs-configuration-layers list in this file.

Keybindings

Key BindingDescription
SPC m sSend and stay in window (pretty-print response if possible)
SPC m SSend and switch window (pretty-print response if possible)
SPC m rSend and stay in window (do not attempt to pretty-print)
SPC m RSend and switch window (do not attempt to pretty-print)