MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / _get_json

Method _get_json

aura/github.py:66–68  ·  view source on GitHub ↗
(url: str)

Source from the content-addressed store, hash-verified

64
65 @staticmethod
66 def _get_json(url: str) -> Union[dict, list]:
67 payload = URLCache.proxy(url=url, tags=["github_api"], session=SESSION)
68 return json.loads(payload)
69
70 def get_repository_data(self) -> dict:
71 url = f"https://api.github.com/repos/{self.owner}/{self.name}"

Callers 2

get_repository_dataMethod · 0.95
get_contributorsMethod · 0.95

Calls 1

proxyMethod · 0.45

Tested by

no test coverage detected