예제 #1
0
 public GoldApi(HttpClient httpClient, string apiKey)
 {
     this.QuandlApi = new QuandlApi(httpClient, apiKey);
 }
예제 #2
0
 public void TestQuandi()
 {
     Console.WriteLine(QuandlApi.GetSalePricePerSqft("Cerritos", "CA"));
 }
예제 #3
0
 public HashRateApi(HttpClient httpClient, string apiKey)
 {
     this.QuandlApi = new QuandlApi(httpClient, apiKey);
 }