All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetRouteOriginDestination | Get /v1/route/{origin}/{destination}/ | Get route |
[]int32 GetRouteOriginDestination(ctx, destination, origin, optional) Get route
Get the systems between origin and destination --- This route is cached for up to 86400 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
destination | int32 | destination solar system ID | |
origin | int32 | origin solar system ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
destination | int32 | destination solar system ID | |
origin | int32 | origin solar system ID | |
avoid | []int32 | avoid solar system ID(s) | |
connections | [][]int32 | connected solar system pairs | |
datasource | string | The server name you would like data from | [default to tranquility] |
flag | string | route security preference | [default to shortest] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
[]int32
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]