MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getFittings

Method getFittings

service/esiAccess.py:330–331  ·  view source on GitHub ↗
(self, char)

Source from the content-addressed store, hash-verified

328 return self.get(char, EsiEndpoints.CHAR.value, character_id=char.characterID)
329
330 def getFittings(self, char):
331 return self.get(char, EsiEndpoints.CHAR_FITTINGS.value, character_id=char.characterID)
332
333 def postFitting(self, char, json_str):
334 # @todo: new fitting ID can be recovered from resp.data,

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected