using Toybox.Communications as Com;
//.....
Com.makeJsonRequest(
"http://localhost:8080",
params, opts, cb);
But I only get
Symbol Not Found Error
.
BTW, it would be incredibly useful if the compiler/vm/runtime could tell me: which symbol was not found? Same thing for type errors, that sort of things. Most runtime error messages aren't super helpful.
Thanks!