Repository URL to install this package:
|
Version:
2.3.7 ▾
|
jsarnowski/brizy-pro
/
bagrinsergiu
/
brizy-forms-sdk
/
lib
/
BrizyForms
/
NativeService
/
HubSpotNativeService.php
|
|---|
<?php
namespace BrizyForms\NativeService;
class HubSpotNativeService extends NativeService
{
/**
* @var string
*/
protected $baseUrl = 'https://api.hubapi.com';
protected function internalGetOptions()
{
return [
'query' => [
'hapikey' => $this->getApiKey()
]
];
}
}