Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 347 Bytes

File metadata and controls

11 lines (7 loc) · 347 Bytes

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.