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 | 4ef811788a07e51da572a6679d3fdad9570eb8dc (patch) | |
| tree | 3fa1491122fbc9f0cad063e190ca2f749080cc45 /init.el | |
| parent | fe18fa8c57f35c7e9d3d89f5d0e34c4ad1ec0dab (diff) | |
| download | dotemacs-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.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") |
