flexd / eveapi

A Golang EVE Online XML API client
11 stars 6 forks source link

Added the ability to parse the assets. #3

Closed whenhellfreezes closed 9 years ago

whenhellfreezes commented 9 years ago

I have tested it too.

flexd commented 9 years ago

Hi. This re-implements the general purpose parsing set up in the library, please see how the other API endpoints are implemented.

I also do not play EVE any more, and will not be maintaining this. I suggest you fork the repository and continue writing what you need there :-)

whenhellfreezes commented 9 years ago

I had to not use the xml unmarshaller because of the fact that some items were containers which could themselves hold containers inside them etc. Alright thanks for the heads up though.