summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-18 23:20:28 -0600
committerCraig Jennings <c@cjennings.net>2026-02-18 23:20:28 -0600
commit4ef811788a07e51da572a6679d3fdad9570eb8dc (patch)
tree3fa1491122fbc9f0cad063e190ca2f749080cc45 /init.el
parentfe18fa8c57f35c7e9d3d89f5d0e34c4ad1ec0dab (diff)
downloaddotemacs-4ef811788a07e51da572a6679d3fdad9570eb8dc.tar.gz
dotemacs-4ef811788a07e51da572a6679d3fdad9570eb8dc.zip
feat(restclient): add REST API client for interactive API exploration
restclient.el + restclient-jq integration with SkyFi API templates, tutorial file, auto key injection from authinfo, 17 ERT tests.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index c98f49fb..21e46309 100644
--- a/init.el
+++ b/init.el
@@ -125,6 +125,7 @@
;; -------------------------- AI Integration And Tools -------------------------
(require 'ai-config) ;; LLM integration with GPTel and friends
+(require 'restclient-config) ;; REST API client for API exploration
(with-eval-after-load 'gptel
(add-to-list 'load-path "~/.emacs.d/gptel-tools")