Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 3.39 KB

ClonesApi.md

File metadata and controls

88 lines (58 loc) · 3.39 KB

\ClonesApi

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

Method HTTP request Description
GetCharactersCharacterIdClones Get /v3/characters/{character_id}/clones/ Get clones
GetCharactersCharacterIdImplants Get /v1/characters/{character_id}/implants/ Get active implants

GetCharactersCharacterIdClones

GetCharactersCharacterIdClonesOk GetCharactersCharacterIdClones(ctx, characterId, optional) Get clones

A list of the character's clones --- This route is cached for up to 120 seconds

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
characterId int32 An EVE character 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
characterId int32 An EVE character 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
token string Access token to use if unable to set a header

Return type

GetCharactersCharacterIdClonesOk

Authorization

evesso

HTTP request headers

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

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

GetCharactersCharacterIdImplants

[]int32 GetCharactersCharacterIdImplants(ctx, characterId, optional) Get active implants

Return implants on the active clone of a character --- This route is cached for up to 120 seconds

Required Parameters

Name Type Description Notes
ctx context.Context pass through context (authentication, logging, tracing)
characterId int32 An EVE character 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
characterId int32 An EVE character 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
token string Access token to use if unable to set a header

Return type

[]int32

Authorization

evesso

HTTP request headers

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

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