doomemacs/modules/lang/rest/README.org

72 lines
2.1 KiB
Org Mode
Raw Normal View History

#+title: :lang rest
#+subtitle: Emacs as a REST client
#+created: February 20, 2017
#+since: 2.0.0
* Description :unfold:
This module turns Emacs into a [[https://en.wikipedia.org/wiki/Representational_state_transfer][REST]] client.
- Code-completion (~company-restclient~)
- Code evaluation
- Imenu support for ~restclient-mode~
- org-mode: babel support (~ob-restclient~)
2017-05-07 02:43:09 +02:00
2017-05-25 20:08:50 +02:00
#+begin_quote
💡 ~restclient-mode~ is tremendously useful for automated or quick testing REST
APIs. My workflow is to open an ~org-mode~ buffer, create a restclient
source block and hack away. ~restclient-mode~ and ~company-restclient~ power
this arcane wizardry.
2017-05-25 20:08:50 +02:00
#+end_quote
** Maintainers
- [[doom-user:][@hlissner]]
[[doom-contrib-maintainer:][Become a maintainer?]]
** Module flags
2022-08-02 16:26:33 +02:00
- +jq ::
Enable native support for reading and processing REST responses with jq.
*Requires the =jq= command line utility.*
** Packages
2022-09-26 02:19:42 +08:00
- [[doom-package:company-restclient]] if [[doom-module::completion company]]
- [[doom-package:restclient]]
- if [[doom-module:+jq]]
- [[doom-package:restclient-jq]]
- [[doom-package:jq-mode]]
** Hacks
- Adds imenu support to ~restclient-mode~.
2022-09-26 02:19:42 +08:00
- [[doom-package:restclient]] has been modified not to silently reject self-signed or invalid
certificates.
** TODO Changelog
# This section will be machine generated. Don't edit it by hand.
/This module does not have a changelog yet./
* Installation
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
/This module has no external requirements./
* TODO Usage
#+begin_quote
󱌣 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]
#+end_quote
* TODO Configuration
#+begin_quote
󱌣 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
#+end_quote
* Troubleshooting
/There are no known problems with this module./ [[doom-report:][Report one?]]
* Frequently asked questions
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
* TODO Appendix
#+begin_quote
󱌣 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
#+end_quote