mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 22:45:08 +00:00
Adding objects
This commit is contained in:
parent
02ff6bbeed
commit
3e49dba6a5
2 changed files with 24 additions and 18 deletions
|
@ -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) -> 'Repository':
|
||||
# """Fetch a Github repository from it's name."""
|
||||
# pass
|
||||
async def get_repo(self, repo_name: str) -> 'Repo':
|
||||
"""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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue