From b19ad7899fecfb6835e19e23a7069233654c9fc7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 18 Feb 2026 23:20:28 -0600 Subject: 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. --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') 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") -- cgit v1.2.3