Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 3.19 KB

ClonesApi.md

File metadata and controls

76 lines (44 loc) · 3.19 KB

\ClonesApi

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

Method HTTP request Description
get_characters_character_id_clones GET /characters/{character_id}/clones/ Get clones
get_characters_character_id_implants GET /characters/{character_id}/implants/ Get active implants

get_characters_character_id_clones

crate::models::GetCharactersCharacterIdClonesOk get_characters_character_id_clones(character_id, datasource, if_none_match, token) Get clones

A list of the character's clones --- Alternate route: /dev/characters/{character_id}/clones/ Alternate route: /v3/characters/{character_id}/clones/ Alternate route: /v4/characters/{character_id}/clones/ --- This route is cached for up to 120 seconds

Parameters

Name Type Description Required Notes
character_id i32 An EVE character ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag
token Option<String> Access token to use if unable to set a header

Return type

crate::models::GetCharactersCharacterIdClonesOk

Authorization

evesso

HTTP request headers

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

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

get_characters_character_id_implants

Vec get_characters_character_id_implants(character_id, datasource, if_none_match, token) Get active implants

Return implants on the active clone of a character --- Alternate route: /dev/characters/{character_id}/implants/ Alternate route: /legacy/characters/{character_id}/implants/ Alternate route: /v1/characters/{character_id}/implants/ Alternate route: /v2/characters/{character_id}/implants/ --- This route is cached for up to 120 seconds

Parameters

Name Type Description Required Notes
character_id i32 An EVE character ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag
token Option<String> Access token to use if unable to set a header

Return type

Vec

Authorization

evesso

HTTP request headers

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

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