1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-17 22:45:08 +00:00

Bare Bones, will add components later

This commit is contained in:
VarMonke 2022-03-27 16:55:16 +05:30
parent 3f0326a19e
commit 02ff6bbeed
2 changed files with 18 additions and 24 deletions

View file

@ -61,11 +61,11 @@ class Github:
"""Fetch a Github user from their username."""
return User(await http.get_user(self.session, username), self.session)
async def get_repo(self, repo_name: str) -> 'Repo':
"""Fetch a Github repository from it's name."""
pass
#async def get_repo(self, repo_name: str) -> 'Repository':
# """Fetch a Github repository from it's name."""
# pass
async def get_org(self, org_name: str) -> 'Org':
"""Fetch a Github organization from it's name"""
pass
#async def get_org(self, org_name: str) -> 'Org':
# """Fetch a Github organization from it's name"""
# pass