I’m trying to get my Electron to send data to the Easy-IoT cloud using REST. I’m using this example made for ESP8266 to get the syntax for the REST messages.
What would be the way to authenticate the connection for the Electron ?
For the ESP8266 the way to authenticate is the following function: WiFi.begin(AP_SSID, AP_PASSWORD);
The TCPClient object for the Electron does not offer a similar function like being used for the ESP8266.