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

Method get

service/esiAccess.py:304–307  ·  view source on GitHub ↗
(self, ssoChar, endpoint, **kwargs)

Source from the content-addressed store, hash-verified

302 return resp
303
304 def get(self, ssoChar, endpoint, **kwargs):
305 self._before_request(ssoChar)
306 endpoint = endpoint.format(**kwargs)
307 return self._after_request(self._session.get("{}{}?datasource={}".format(self.esi_url, endpoint, self.server_name.lower())))
308
309 def post(self, ssoChar, endpoint, json, **kwargs):
310 self._before_request(ssoChar)

Callers 9

getDynamicItemMethod · 0.95
getSkillsMethod · 0.95
getSecStatusMethod · 0.95
getFittingsMethod · 0.95
__init__Method · 0.45
initMethod · 0.45
client_idMethod · 0.45
get_login_uriMethod · 0.45
validate_eve_jwtMethod · 0.45

Calls 2

_before_requestMethod · 0.95
_after_requestMethod · 0.95

Tested by

no test coverage detected