MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getDynamicItem

Method getDynamicItem

service/esiAccess.py:321–322  ·  view source on GitHub ↗
(self, typeID, itemID)

Source from the content-addressed store, hash-verified

319 # todo: move these off to another class which extends this one. This class should only handle the low level
320 # authentication and
321 def getDynamicItem(self, typeID, itemID):
322 return self.get(None, EsiEndpoints.DYNAMIC_ITEM.value, type_id=typeID, item_id=itemID)
323
324 def getSkills(self, char):
325 return self.get(char, EsiEndpoints.CHAR_SKILLS.value, character_id=char.characterID)

Callers 3

fetchDynamicItemFunction · 0.80
toModuleMethod · 0.80
toDroneMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected