summaryrefslogtreecommitdiff
path: root/tests/test-restclient-config-skyfi-buffer.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(restclient): remove SkyFi key-injection featureCraig Jennings14 days1-38/+0
| | | | | | cj/restclient-skyfi-buffer opened the SkyFi template in a file-visiting buffer and rewrote the :skyfi-key line with the live key from authinfo. An accidental save would then persist the plaintext key to disk, which breaks the module's own "key never stored on disk" promise. The template file was gitignored and never tracked, so the exposure was local only, not a repo leak. I removed the feature rather than hardening it: cj/skyfi-api-key, cj/restclient--inject-skyfi-key, cj/restclient-skyfi-buffer, the C-; R s binding, and the two SkyFi test files are gone, along with the local template. The generic restclient setup stays: scratch buffer on C-; R n, open a .rest file on C-; R o.
* feat(restclient): add REST API client for interactive API explorationCraig Jennings2026-02-181-0/+38
restclient.el + restclient-jq integration with SkyFi API templates, tutorial file, auto key injection from authinfo, 17 ERT tests.