You are reading a single comment by @Tx and its replies. Click here to read the full conversation.
  • 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);
    });
    
About

Avatar for Tx @Tx started