Example #1
0
 public function formatNumberInternational($number, $providedLocation, $dialFromLocation, $pretty = '0')
 {
     $this->client->setBearerToken($this->getAccessToken());
     return $this->client->formatNumberInternational(['number' => $number, 'providedLocation' => $providedLocation, 'dialFromLocation' => $dialFromLocation, 'pretty' => $pretty]);
 }