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

Add Head and Options to Linkable objects #89

Closed ezet closed 8 years ago

ezet commented 8 years ago

eg. root.QueryOptions(r -> r.Alliances);

ezet commented 8 years ago

Implemented, but not included in release to keep the API cleaner. Head and Options are only available through the EveCrest.Head and EveCrest.Options methods.