/**
  * Get the API URL
  *
  * @return string
  */
 public function getUrl()
 {
     return $this->api->getUrl();
 }