All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
DeleteCharactersCharacterIdFittingsFittingId | Delete /v1/characters/{character_id}/fittings/{fitting_id}/ | Delete fitting |
GetCharactersCharacterIdFittings | Get /v2/characters/{character_id}/fittings/ | Get fittings |
PostCharactersCharacterIdFittings | Post /v2/characters/{character_id}/fittings/ | Create fitting |
DeleteCharactersCharacterIdFittingsFittingId(ctx, characterId, fittingId, optional) Delete fitting
Delete a fitting from a character ---
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
characterId | int32 | An EVE character ID | |
fittingId | int32 | ID for a fitting of this character | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
characterId | int32 | An EVE character ID | |
fittingId | int32 | ID for a fitting of this character | |
datasource | string | The server name you would like data from | [default to tranquility] |
token | string | Access token to use if unable to set a header |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetCharactersCharacterIdFittings200Ok GetCharactersCharacterIdFittings(ctx, characterId, optional) Get fittings
Return fittings of a character --- This route is cached for up to 300 seconds
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 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 |
[]GetCharactersCharacterIdFittings200Ok
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PostCharactersCharacterIdFittingsCreated PostCharactersCharacterIdFittings(ctx, characterId, fitting, optional) Create fitting
Save a new fitting for a character ---
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
characterId | int32 | An EVE character ID | |
fitting | PostCharactersCharacterIdFittingsFitting | Details about the new fitting | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
characterId | int32 | An EVE character ID | |
fitting | PostCharactersCharacterIdFittingsFitting | Details about the new fitting | |
datasource | string | The server name you would like data from | [default to tranquility] |
token | string | Access token to use if unable to set a header |
PostCharactersCharacterIdFittingsCreated
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]