spacemacs/layers/restclient
2016-02-07 14:24:05 +01:00
..
packages.el Fix trailing whitespaces in last commit 2016-02-07 14:24:05 +01:00
README.org Added keybinding for copy curl command 2016-02-07 14:20:02 +01:00

Restclient layer

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 Binding Description
SPC m s Send and stay in window (pretty-print response if possible)
SPC m S Send and switch window (pretty-print response if possible)
SPC m r Send and stay in window (do not attempt to pretty-print)
SPC m R Send and switch window (do not attempt to pretty-print)
SPC m y Copy query under the cursor as a curl command