Web Requests
From UBot Studio
(Difference between revisions)
(Created page with "== HTTP Request Commands and Functions == HTTP request functions in UBot Studio allow you to interact with online web services or retrieve online data directly from your bots...") |
Revision as of 03:16, 12 July 2023
HTTP Request Commands and Functions
HTTP request functions in UBot Studio allow you to interact with online web services or retrieve online data directly from your bots.
- $request: Sends an HTTP request with specified parameters and returns the JSON response.
- request and save file: Sends a request to a specified URL and saves the response content to a file.