You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
Hello, I'm sorry but i can't test the code on windows platform.
When i create index.php and write :
`<?php
$hapikey = "demo";
$hubspot = new Fungku\HubSpot($hapikey);
// get 5 contacts' firstnames, offset by 50
$contacts = $hubspot->contacts()->get_all_contacts(array(
'count' => 5, // defaults to 20
'property' => 'firstname', // only get the specified properties
'vidOffset' => '50' // contact offset used for paging
));
?>`
i have error Class 'Fungku\HubSpot' not found
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm sorry but i can't test the code on windows platform.
When i create index.php and write :
`<?php
$hapikey = "demo";
$hubspot = new Fungku\HubSpot($hapikey);
// get 5 contacts' firstnames, offset by 50
$contacts = $hubspot->contacts()->get_all_contacts(array(
'count' => 5, // defaults to 20
'property' => 'firstname', // only get the specified properties
'vidOffset' => '50' // contact offset used for paging
));
?>`
i have error Class 'Fungku\HubSpot' not found
The text was updated successfully, but these errors were encountered: