From f7a23d53b467f6c5d973f09b35b1ee252592f8ed Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:31:07 -0800 Subject: [PATCH] docs: add README with action summaries --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5048ca --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Requests Plugin + +A StreamController plugin for making HTTP requests. + +## Actions + +### Post Request +Sends an HTTP POST request with JSON data to a specified URL when the key is pressed. + +### Get Request +Sends an HTTP GET request to a specified URL and displays values from the JSON response on the key, with optional automatic periodic fetching.