Exemplo n.º 1
0
 public function getFaxInfo($lastPointer)
 {
     $this->client->setBearerToken($this->getAccessToken());
     return $this->client->getFaxInfo(['last_pointer' => $lastPointer]);
 }