コード例 #1
0
ファイル: App42API.php プロジェクト: murnieza/App42_PHP_SDK
 /**
  * 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;
 }