Output Audio From EZ-B icon Output Audio From EZ-B Example ARC skill demonstrating converting, compressing and streaming MP3/WAV to an EZ-B speaker, with play/stop commands and TTS examples. Try it →
 

Httpget

Net.hTTPGet(url, [timeout])

Parameters

url URL to send HTTP Get request to.
timeout (optional) Timeout in milliseconds.

Returns

HTTP contents from the provided URL as a string.

Description

Sends an HTTP Get request to url. If timeout is specified the request will timeout after timeout milliseconds. Suspends script execution until the request completes, or the request times out.