evelib icon indicating copy to clipboard operation
evelib copied to clipboard

EveMarketData.GetItemHistory() returns no results.

Open themightymanuel opened this issue 9 years ago • 1 comments

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?

themightymanuel avatar Dec 23 '16 20:12 themightymanuel

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" [email protected] 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 .

ezet avatar Dec 23 '16 23:12 ezet