Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.65 KB

IncursionsApi.md

File metadata and controls

47 lines (30 loc) · 1.65 KB

\IncursionsApi

All URIs are relative to https://esi.evetech.net

Method HTTP request Description
GetIncursions Get /v1/incursions/ List incursions

GetIncursions

[]GetIncursions200Ok GetIncursions(ctx, optional) List incursions

Return a list of current incursions --- This route is cached for up to 300 seconds

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
datasource string The server name you would like data from [default to tranquility]
ifNoneMatch string ETag from a previous request. A 304 will be returned if this matches the current ETag
userAgent string Client identifier, takes precedence over headers
xUserAgent string Client identifier, takes precedence over User-Agent

Return type

[]GetIncursions200Ok

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]