diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-18 23:20:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-18 23:20:28 -0600 |
| commit | b19ad7899fecfb6835e19e23a7069233654c9fc7 (patch) | |
| tree | a8f1747db2a1254d029234a29a45578088305ffc /init.el | |
| parent | 6bf2688d0b3e4fef82671fb70e1aa883b0c90018 (diff) | |
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.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |
