This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/restclient
2015-06-11 21:31:42 -04:00
..
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.org Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00

Restclient contribution layer

Table of Contents   TOC@4

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)