Example #1
0
        public void TestMethod1()
        {
            var apiCall = new ApiCall(false);

            apiCall.CallWithJsonResponse <HistoryItem[]>(
                @"https://poloniex.com/exchange#btc_eth");
        }