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

Method getFittings

service/esi.py:126–129  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

124 return resp.json()
125
126 def getFittings(self, id):
127 char = self.getSsoCharacter(id)
128 resp = super().getFittings(char)
129 return resp.json()
130
131 def postFitting(self, id, json_str):
132 # @todo: new fitting ID can be recovered from resp.data,

Callers 1

fetchFittingsMethod · 0.45

Calls 1

getSsoCharacterMethod · 0.95

Tested by

no test coverage detected