def __init__(self, *, api_url=_DEFAULT_BASE_URL, clone_protocol="ssh", **kwargs):
super().__init__(**kwargs)
self._clone_protocol = self.CloneProtocol(clone_protocol)
self._gh = github.Github(
login_or_token=os.environ.get("GITHUB_TOKEN"),
base_url=api_url
)
评论列表
文章目录