コード例 #1
0
 await ValidateApiKey(apiKey, applicationName);
コード例 #2
0
 internal BaseController(string apiKey, string secretKey, string apiUrl, IWebProxy proxy, ApiRequestType requestType) => this.Connector = new KayakoApiRequest(apiKey, secretKey, apiUrl, proxy, requestType);