These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Up on github - .Net classes for caching/using Api, Crest and Sde data

Author
EveOrg
Doomheim
#1 - 2015-12-09 22:45:59 UTC
Hi. I have released some classes (and an example/test app) on github for .Net coders.

They cover all the Api Xml, some of the Crest Json (adding more as needed), and the Yaml and SQLite from the static data export.

Api/Crest data is cached on local disk to service requests until it expires.

You can find EONLib here: https://github.com/Ser-Olmy/EONLib

Feel free to ask questions, post issues, etc. Hope someone finds them useful.