Outpost endpoints now contain x, y, z
Closed this issue · 2 comments
regner commented
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
Cool, I'll get that added later today.
ayust commented
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>