Skip to content

Latest commit

 

History

History
130 lines (87 loc) · 5.27 KB

FittingsApi.md

File metadata and controls

130 lines (87 loc) · 5.27 KB

\FittingsApi

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

DeleteCharactersCharacterIdFittingsFittingId(ctx, characterId, fittingId, optional) Delete fitting

Delete a fitting from a character ---

Required Parameters

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

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

Return type

(empty response body)

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]

GetCharactersCharacterIdFittings

[]GetCharactersCharacterIdFittings200Ok GetCharactersCharacterIdFittings(ctx, characterId, optional) Get fittings

Return fittings of a character --- This route is cached for up to 300 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

[]GetCharactersCharacterIdFittings200Ok

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]

PostCharactersCharacterIdFittings

PostCharactersCharacterIdFittingsCreated PostCharactersCharacterIdFittings(ctx, characterId, fitting, optional) Create fitting

Save a new fitting for a character ---

Required Parameters

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

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

Return type

PostCharactersCharacterIdFittingsCreated

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]