seraphx2 / ESI.NET

A C# wrapper for the Eve Online ESI API.
https://www.nuget.org/packages/ESI.NET/
MIT License
40 stars 23 forks source link

Mining ledger observer_id fix #39

Closed Slazanger closed 3 years ago

Slazanger commented 3 years ago

The current mining ledger observer api is using an int, however the api is expecting a long and preventing this from working.