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
71 stars 36 forks source link

EveOnlineApi: Add support for automatic paging with LINQ #29

Closed ezet closed 9 years ago

ezet commented 9 years ago

See EveCrest paging. This is relevant for transactions and journals. Are there others ?

ezet commented 9 years ago

Will not implement. Handled sufficiently by GetUntil() methods.