We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
when executing this function we will obtain the status of the contact when opting its data or editing the contact data.
$people->getStatusCode('people/c0000000000000000');
public function getStatusCode($resourceName) { $url = self::PEOPLE_BASE_URL.$resourceName.'?personFields='.implode(',', self::PERSON_FIELDS); $response = $this->googleOAuth2Handler->performRequest('GET', $url); return $response->getStatusCode(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when executing this function we will obtain the status of the contact when opting its data or editing the contact data.
$people->getStatusCode('people/c0000000000000000');
public function getStatusCode($resourceName) { $url = self::PEOPLE_BASE_URL.$resourceName.'?personFields='.implode(',', self::PERSON_FIELDS); $response = $this->googleOAuth2Handler->performRequest('GET', $url); return $response->getStatusCode(); }
The text was updated successfully, but these errors were encountered: