master_of_pooms submitted a new resource:
SkriptHttp - A Skript that adds functions for HTTP requests
Read more about this resource...
SkriptHttp - A Skript that adds functions for HTTP requests
Requires Skript-Reflect
This Skript adds HTTP request functions to Skript, allowing you to send http requests without having to find an addon that only half works.
How to use:
Sending a POST Request:
Sending a GET Request:code_language.skript:set {_headers::*} to "Content-Type:application/json" and "Authorization:Bearer token123" httpRequest("https://example.com/route/", "POST", {_headers::*}, "Request Body Goes here")
code_language.skript:set {_headers::*} to...
Read more about this resource...