SevenShores\Hubspot\Factory::__construct PHP Method

__construct() public method

C O N S T R U C T O R ( ^_^)y
public __construct ( array $config = [], Client $client = null )
$config array An array of configurations. You need at least the 'key'.
$client SevenShores\Hubspot\Http\Client
    function __construct($config = [], $client = null)
    {
        $this->client = $client ?: new Client($config);
    }