pardot-streaming-client:该项目提供了一个使用Pardot的流式api的node.js客户端和帮助器功能

Pardot流客户端该项目提供了一个使用Pardot的流式api的node.js客户端和帮助器功能。安装要安装客户端,请使用npm: npm install pardot-streaming-client PushApi是主要的客户端类,用于订阅Pardot数据流。简单的示例应用程序: var PardotClient = require('pardot-streaming-client'); var psh = new PardotClient.PushApi({ ttdelayBeforeReconnect: 10, ttprocessPushNotification: function(message){ tttconsole.log(message); tt} t}, function(){ tpsh.login("user@email.com","
zip 文件大小:17.21KB