• 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 user147333 @user147333 started