Excellent - @Gordon I'm struggling to find anything on for example sending post requests / message body data in the docs, is that possible?
What about sending data as GET requests? I haven't tried the feature yet, but I suppose it should work?
Bangle.http("https://pur3.co.uk/?text=heĀllo").then(data=>{ console.log("Got ",data); });
@user147333 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Excellent - @Gordon I'm struggling to find anything on for example sending post requests / message body data in the docs, is that possible?