ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
72 stars 36 forks source link

EveMarketData.GetItemHistory() returns no results. #106

Open themightymanuel opened 7 years ago

themightymanuel commented 7 years ago

I have: EmdOptions options = new EmdOptions(); EveMarketData data = new EveMarketData(EveMarketData.DataFormat.Json); for(int i = 20; i < 100; i++) { options.Items.Add(i); } options.Regions.Add(10000002); options.AgeSpan = new TimeSpan(TimeSpan.TicksPerDay * 10);

Which looks like all I should need but I get no results. What am I doing wrong?

ezet commented 7 years ago

I think the history endpoint has been removed completely, haven't used emd in a long time. The config looks correct.

On Dec 23, 2016 21:51, "themightymanuel" notifications@github.com wrote:

I have: EmdOptions options = new EmdOptions(); EveMarketData data = new EveMarketData(EveMarketData.DataFormat.Json); for(int i = 20; i < 100; i++) { options.Items.Add(i); } options.Regions.Add(10000002); options.AgeSpan = new TimeSpan(TimeSpan.TicksPerDay * 10);

Which looks like all I should need but I get no results. What am I doing wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ezet/evelib/issues/106, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcHQwlAh_pQu-9LSQG9rDIJi_x0KuKxks5rLDQ3gaJpZM4LVDur .