ntt / eveapi

Python library for accessing the EVE Online API
Other
148 stars 57 forks source link

Changed _parseXML() to return complete document #16

Closed fabianfreyer closed 11 years ago

fabianfreyer commented 11 years ago

While this does change the way the API is used, it also provides access to metadata stored outside the tag such as currentTime and cachedUntil. Since this is information exposed by the EVE Api and this wrapper is supposed to provide an accurate representation of the EVE Api, this seems like the logic thing to do.

fabianfreyer commented 11 years ago

just saw result._meta , sorry!