-
Notifications
You must be signed in to change notification settings - Fork 3
Plugin Managing via. HTTP
r3pt1s edited this page Dec 31, 2022
·
1 revision
createRequest("plugin/enable/", "POST", ["plugin" => "YourPlugin"]);
createRequest("plugin/disable/", "POST", ["plugin" => "YourPlugin"]);
createRequest("plugin/get/", "GET", ["plugin" => "YourPlugin"]);
createRequest("plugin/list/", "GET");
Made with ❤️ by r3pt1s! :)