SkriptHttp

Script Tools SkriptHttp v1.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

master_of_pooms

Active Member
May 28, 2023
131
10
18
master_of_pooms submitted a new 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:
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")
Sending a GET Request:
code_language.skript:
set {_headers::*} to...

Read more about this resource...