How connect b4a to thinger.io

Hi
I want to create an app with Basic4Android to control the temperature, relay, etc.
Now I have a question about how to connect with thinger.io

Please Please Please Please Please Help

Hello @andiot7617,

I suppose that you will need to work with the REST API, to use Thinger.io as a backend to your APP, so best way to start the integration is going to https://docs.thigner.io and access the server API section where it is explained how to obtain basic authentication and some operations.

This section of the docu is not complete but hopefully it will be reinforced soon, so don’t worry about that

best

Just a quick “getting started” hack is just to look in the device - api explorer and copy the request. Then just replace the token with one you’ve made and send an http request on your app with the payload from the api view.