spacemacs/contrib/restclient
Diego Berrocal 7906e7cd86 Add restclient contribution layer 2014-11-27 17:37:13 -05:00
..
README.md Add restclient contribution layer 2014-11-27 17:37:13 -05:00
packages.el Add restclient contribution layer 2014-11-27 17:37:13 -05:00

README.md

Restclient contribution 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.

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)