fabric连接器调用api
appName
执行的api name
执行动作 name
动作参数
Optional
鉴权类型
import * as apifabric from 'apifabric';let input = { name: "test_name", type: "t1"};let resps = apifabric.sendRest("appName", "apiName", "actionName", input, "oauth2"); // 发送请求 Copy
import * as apifabric from 'apifabric';let input = { name: "test_name", type: "t1"};let resps = apifabric.sendRest("appName", "apiName", "actionName", input, "oauth2"); // 发送请求
fabric连接器调用api