Beispiel #1
0
 public HttpApi(HttpClient client, Uri uri, HeaderApiKey key)
 {
     this._client = client;
     this.Uri     = uri;
     this.ApiKey  = key;
 }
Beispiel #2
0
 public HttpApi(HttpClient client, Uri uri)
 {
     this._client = client;
     this.Uri     = uri;
     this.ApiKey  = null;
 }