-
Notifications
You must be signed in to change notification settings - Fork 3
Web
lnx00 edited this page Jun 3, 2023
·
5 revisions
⚠️ Deprecated! This utility will be removed soon.
Basic web requests using curl. This is only a workaround until a proper web API is added to lmaobox.
This method will open a console window for a brief moment every time you perform a request.
-
.Get(url)Returns the content of the URL. -
.Post(url, data)Performs a post request with the given data string.