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

DynamicItem now has a proper data structure #69

Open lsawin opened 11 months ago

lsawin commented 11 months ago

We either make multiple requests to fetch all the fields, keep those not provided as default/null, or separate the types. Better ideas anyone?