Web Requests
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | The '''Web Requests''' commands and functions in UBot Studio allow you to interact with online web services and APIs. | |
− | + | == List of Web Request Commands and Functions == | |
− | *[[request|$request]]: Sends an HTTP request with specified parameters and returns the | + | *[[request|$request]]: Sends an HTTP request with specified parameters and returns the response. |
*[[request and save file]]: Sends a request to a specified URL and saves the response content to a file. | *[[request and save file]]: Sends a request to a specified URL and saves the response content to a file. |
Latest revision as of 20:03, 12 July 2023
The Web Requests commands and functions in UBot Studio allow you to interact with online web services and APIs.
[edit] List of Web Request Commands and Functions
- $request: Sends an HTTP request with specified parameters and returns the response.
- request and save file: Sends a request to a specified URL and saves the response content to a file.