The use of the ESP8266 in the world of IoT

User avatar
By Amber
#23897 Could you help me out on how exactly to parse the response of the API notation to get the last value of a variable
GET /api/v1.6/variables/{variable_id}/values/?token={token}&page_size=1

I'm using an ESP8266 hooked on to an Arduino and I am trying out the code given here:
http://ubidots.com/docs/devices/ESP8266-arduino.html

I have not been successful so far in parsing values from the serial buffer and printing them out on the Serial monitor.

Any help would be appreciated!