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 | a3bef64ab65e15ce8a6bc08d7f7c79d291e121e9 (patch) | |
| tree | 20ad30cb31c772ba59c05e043c3bc4216a726580 /init.el | |
| parent | a721d1c11216d7bad684ae18f4878d29d671e541 (diff) | |
| download | dotemacs-a3bef64ab65e15ce8a6bc08d7f7c79d291e121e9.tar.gz dotemacs-a3bef64ab65e15ce8a6bc08d7f7c79d291e121e9.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.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") |
