eve-val / evelink

Python bindings for the EVE API.
Other
91 stars 30 forks source link

Outpost endpoints now contain x, y, z #220

Closed regner closed 9 years ago

regner commented 9 years ago

Super simple change that applies to eve/ConquerableStationList and corp/OutpostList.

See here for details: https://developers.eveonline.com/blog/article/coordinates-in-outpost-list

ayust commented 9 years ago

Cool, I'll get that added later today.

ayust commented 9 years ago

Will have to put this off a day because otherwise occupied with corp move logistics, but also copying the example XML here for reference:

<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
  <currentTime>2015-07-08 14:45:21</currentTime>
  <result>
    <rowset name="corporationStarbases" key="stationID" columns="stationID,ownerID,stationName,solarSystemID,dockingCostPerShipVolume,officeRentalCost,stationTypeID,reprocessingEfficiency,reprocessingStationTake,standingOwnerID,x,y,z">
      <row stationID="60014875" ownerID="98000001" stationName="H74-B0 III - Moon 4 - Aoeu" solarSystemID="30004034" dockingCostPerShipVolume="0" officeRentalCost="10000" stationTypeID="12242" reprocessingEfficiency="0.5" reprocessingStationTake="0.025" standingOwnerID="98000001" x="61066567680" y="2632949760" z="285129646080" />
    </rowset>
  </result>
  <cachedUntil>2015-07-08 14:46:21</cachedUntil>
</eveapi>