@xuch74 said in How to build a new gateway adapter to accept REST request?:
just to build a REST server to accept the request from the external app?
And the app has to use the username and pass word of the myController?
@xuch74 said in How to build a new gateway adapter to accept REST request?:
just to build a REST server to accept the request from the external app?
And the app has to use the username and pass word of the myController?
just to build a REST server to accept the request from the external app?
I have built some adapter like mqtt type, or REST client type. But now i meet a need to build a new gateway adapter to accept REST request from external app... I want to accept some watch like a mycontroller device, but the vendor only supply one way to supply the data, they need me to provide a https/http url, and they will provide the watch data through the url....