Junior — Middle+
Function for executing an HTTP request and processing the response
livecode
Task condition
Create a function that makes an HTTP request to a given URL, receives the data, processes it, and returns the final result.
class Service {
func sendRequest(…)
}