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...") |
|||
Line 1: | Line 1: | ||
− | == | + | == Web 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. | 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 19:59, 12 July 2023
Web 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.