예제 #1
0
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setUrl($url)
 {
     self::$url = $url;
 }