Skip to main content
Version: 5.7.0

CallScript

This is basically a shortcut method for calling scripts within scripts. It is equivalent to:

var proxy = bridge.getScriptServiceProxy();
var res = proxy.runScript("scriptName", scriptdata);

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.