Incursion Data PullIncursionData() - AtherActive/EVEPy GitHub Wiki

Info

So, you'd like to pull some Incursion data? That is possible using PullIncursionData().

Arguments

[method] - Define which type of data you'd like. (EVEPY, JSON). <> DEFAULT = EVEPY

Output

method = EVEPY <> A structured list of all available Incursion locations. This is structured using EVEPy's structures.py file. method = JSON <> The raw JSON data as it is pulled form the API.