public class RoutesApi extends Object
| Constructor and Description |
|---|
RoutesApi() |
RoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<Integer> |
getRouteOriginDestination(Integer destination,
Integer origin,
List<Integer> avoid,
List<List<Integer>> connections,
String datasource,
String flag,
String ifNoneMatch)
Get route Get the systems between origin and destination --- This route
is cached for up to 86400 seconds
|
void |
setApiClient(ApiClient apiClient) |
public RoutesApi()
public RoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<Integer> getRouteOriginDestination(Integer destination, Integer origin, List<Integer> avoid, List<List<Integer>> connections, String datasource, String flag, String ifNoneMatch) throws ApiException
destination - destination solar system ID (required)origin - origin solar system ID (required)avoid - avoid solar system ID(s) (optional)connections - connected solar system pairs (optional)datasource - The server name you would like data from (optional, default to
tranquility)flag - route security preference (optional, default to shortest)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)ApiException - if fails to make API callCopyright © 2019. All Rights Reserved.