文件名称:node-hubspot:HubSpot API的节点包装器
文件大小:114KB
文件格式:ZIP
更新时间:2024-05-20 14:23:13
JavaScript
节点集线器 Javascript / node.js包装器 正在安装 npm install hubspot 实例化客户端 const Hubspot = require ( 'hubspot' ) const hubspot = new Hubspot ( { apiKey : 'abc' , checkLimit : false // (Optional) Specify whether to check the API limit on each call. Default: true } ) 您还可以通过令牌进行身份验证: const hubspot = new Hubspot ( { accessToken : YOUR_ACCESS_TOKEN } ) 更改基本URL: const hubspot = new Hubspot ( { accessToken :