import requests url = "https://platform.reducto.ai/version" response = requests.request("GET", url) print(response.text)
"<any>"
The response is of type any.
any
Was this page helpful?