I have created a simple Hello World API that is called in a dashlet. The problem is it is not returning and not running success or error.
The dashlet should call the api and then console.log what is being return, which is hello world.
I have created a simple Hello World API that is called in a dashlet. The problem is it is not returning and not running success or error.
The dashlet should call the api and then console.log what is being return, which is hello world.
I have created a Hello World API package. The API sends Hello world and a number. The Dashlet calls the API with the number and receives Hello World and the number and then it adds it to the dashlet inside the app.api.call() with _.extend.HelloWorldAPIv2.zip
I have created a Hello World API package. The API sends Hello world and a number. The Dashlet calls the API with the number and receives Hello World and the number and then it adds it to the dashlet inside the app.api.call() with _.extend.HelloWorldAPIv2.zip