eve-val / evelink

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

Add API changes from the Aegis Sovereignty patch. #223

Closed ayust closed 9 years ago

ayust commented 9 years ago

Bookmark endpoints, contact labels, and positions for stations.

ayust commented 9 years ago

Note: don't merge this until tomorrow; it relies on things not yet pushed to Tranquility.

IcyMidnight commented 9 years ago

Should the station coords be floats or ints?

ayust commented 9 years ago

Location values are floats. Stations generally happen to be on integer values, but we shouldn't assume that (hence the .0 I added in the test data).

IcyMidnight commented 9 years ago

Makes sense. SGTM