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

Method get_contributors

aura/github.py:86–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 raise
85
86 def get_contributors(self) -> list:
87 url = f"https://api.github.com/repos/{self.owner}/{self.name}/contributors"
88 return self._get_json(url=url)
89
90
91class GitHubPrefetcher:

Callers 1

__init__Method · 0.95

Calls 1

_get_jsonMethod · 0.95

Tested by

no test coverage detected