Dear all, i have successfully get value from resource via http request, such as https://api.thinger.io/v2/users/alvarolb/devices/nodemcu/dht?authorization=xxxx…
But how could i control an Input resource, example to turn on/off LED, by sending a HTTP link with any browser?
i tried : https://api.thinger.io/v2/users/alvarolb/devices/nodemcu/LED?authorization=xxxxxx{“in”;true}
it send back 401 unauthorized.
By the way, is there a way to change curl command into http link?
Thank you to all gurus.
Cheers