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 |
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
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 |
crate::models::GetCharactersCharacterIdClonesOk
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
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
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 |
Vec
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]