文件名称:hubspot-api-php:适用于API V3版本的HubSpot API PHP客户端库
文件大小:2.31MB
文件格式:ZIP
更新时间:2024-06-06 17:17:41
PHP
hubspot-api-php PHP v3 SDK(客户端)文件和示例应用 安装 composer require hubspot/api-client 可以在文件夹中找到 快速开始 要使用HubSpot API密钥实例化API客户端,请使用Factory: $ hubSpot = \ HubSpot \ Factory :: createWithApiKey ( 'api-key' ); 或使用OAuth2访问令牌: $ hubSpot = \ HubSpot \ Factory :: createWithAccessToken ( 'access-token' ); 您也可以将自定义客户端传递给Factory: $ client = new \ GuzzleHttp \ Client ([ . . . ]); $ hubSpot = \ HubSpot \ Fact