Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EveMarketData.GetItemHistory() returns no results. #106

Open
themightymanuel opened this issue Dec 23, 2016 · 1 comment
Open

EveMarketData.GetItemHistory() returns no results. #106

themightymanuel opened this issue Dec 23, 2016 · 1 comment

Comments

@themightymanuel
Copy link

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
Copy link
Owner

ezet commented Dec 23, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants