Example #1
0
 /**
  * Build the api call url
  * NOTE: Calling this method will increase the page by one every call.
  *
  * @return string
  */
 public function buildUrl()
 {
     $page = $this->page;
     $this->page++;
     return $this->config->buildApiUrl($page);
 }