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

Add support for public CorporationSheet #49

Closed ezet closed 9 years ago

ezet commented 9 years ago

Having an issue getting the public CorporationSheet data (no ApiKey required). Currently, the only way I see to get access to the corporation data is to create a new corporation:

var corp = new Corporation(new CorporationKey(0, ""), 1000009);

I don't have a key for the corporation and don't need it because I only need the public data.

Anyone have a workaround that doesn't involve me creating my own code to bring down and deserialize the XML?

ezet commented 9 years ago

Fixed