Skip to content

Latest commit

 

History

History
162 lines (106 loc) · 6.18 KB

AllianceApi.md

File metadata and controls

162 lines (106 loc) · 6.18 KB

\AllianceApi

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

Method HTTP request Description
GetAlliances Get /v1/alliances/ List all alliances
GetAlliancesAllianceId Get /v3/alliances/{alliance_id}/ Get alliance information
GetAlliancesAllianceIdCorporations Get /v1/alliances/{alliance_id}/corporations/ List alliance's corporations
GetAlliancesAllianceIdIcons Get /v1/alliances/{alliance_id}/icons/ Get alliance icon

GetAlliances

[]int32 GetAlliances(ctx, optional) List all alliances

List all active player alliances --- This route is cached for up to 3600 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

Return type

[]int32

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]

GetAlliancesAllianceId

GetAlliancesAllianceIdOk GetAlliancesAllianceId(ctx, allianceId, optional) Get alliance information

Public information about an alliance --- This route is cached for up to 3600 seconds

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
allianceId int32 An EVE alliance ID
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
allianceId int32 An EVE alliance ID
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

Return type

GetAlliancesAllianceIdOk

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]

GetAlliancesAllianceIdCorporations

[]int32 GetAlliancesAllianceIdCorporations(ctx, allianceId, optional) List alliance's corporations

List all current member corporations of an alliance --- This route is cached for up to 3600 seconds

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
allianceId int32 An EVE alliance ID
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
allianceId int32 An EVE alliance ID
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

Return type

[]int32

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]

GetAlliancesAllianceIdIcons

GetAlliancesAllianceIdIconsOk GetAlliancesAllianceIdIcons(ctx, allianceId, optional) Get alliance icon

Get the icon urls for a alliance --- This route expires daily at 11:05 --- Diff of the upcoming changes

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
allianceId int32 An EVE alliance ID
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
allianceId int32 An EVE alliance ID
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

Return type

GetAlliancesAllianceIdIconsOk

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]