Wish assistant SDK support

DonManfred

Expert
Licensed User
Longtime User
Maybe i just don´t get it.
Their SDK is based on HTTP Requests to a Callbacksite.
You can trigger a action by calling a REST Url from Assistant.
The SDK (google) is then requesting the result from the defined Callback (your server (B4J/PHP/Whatever) and you then get back a response to yourrequest.
Probably the result from the called callback.

So in my understanding there is nothing to wrap. All you need is okhttputils and a Serverpart to answer requests.

Additionally the SDK is made in Python, not JAVA.

You can see the SDK Methods (REST) here.
 
Last edited:
Top