Exemplo n.º 1
0
 private function formatBaseUrl()
 {
     $url = Laposta::getApiBase() . '/' . $this->getResource();
     return $url;
 }