:lang rest
Emacs as a REST client
1. 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 anorg-mode
buffer, create a restclient source block and hack away.restclient-mode
andcompany-restclient
power this arcane wizardry.
1.1. Maintainers
This module has no dedicated maintainers. Become a maintainer?
1.2. Module flags
This module has no flags.
1.3. Packages
1.4. Hacks
- restclient has been modified not to reject self-signed or invalid certificates for security’s sake.
- Adds imenu support to
restclient-mode
.
2. Prerequisites
This module has no external prerequisites.
3. TODO Usage
This module has no usage documentation yet. Write some?
4. TODO Configuration
This module has no configuration documentation yet. Write some?
5. Troubleshooting
There are no known problems with this module. Report one?
6. TODO Appendix
This module has no appendix yet. Write one?