Example #1
0
 /**
  * Set Api Key and Secret Key of your App
  *
  * @param apiKey
  * @param secretKey
  */
 public static function initialize($apiKey, $secretKey)
 {
     self::$config = App42Config::getInstance();
     App42API::$apiKey = $apiKey;
     App42API::$secretKey = $secretKey;
 }