Exemplo n.º 1
0
 /// <summary>
 /// A new request to Guild Wars 2
 /// </summary>
 /// <param name="apiKey">The ANet provided API Key</param>
 /// <param name="endpoint">The selected endpoint to make the request</param>
 public APIRequest(string apiKey, APIEndpoints endpoint)
 {
     _apiKey = apiKey;
     _endpoint = endpoint;
 }
Exemplo n.º 2
0
 /// <summary>
 /// A new request to Guild Wars 2
 /// </summary>
 /// <param name="apiKey">The ANet provided API Key</param>
 /// <param name="endpoint">The selected endpoint to make the request</param>
 public APIRequest(string apiKey, APIEndpoints endpoint)
 {
     _apiKey   = apiKey;
     _endpoint = endpoint;
 }