eve-val / evelink

Python bindings for the EVE API.
Other
91 stars 30 forks source link

kills() uses KillLog rather than KillMails #210

Closed fuzzysteve closed 9 years ago

fuzzysteve commented 9 years ago

KillLog is a long cache endpoint, so you can only query it once.

KillMails isn't a long cache, so you can query it as often as you want.

ayust commented 9 years ago

Hm. Are there any other differences between the two endpoints aside from cache times?

ayust commented 9 years ago

Looks like they have the same output aside from KillLog returning a few more results?