mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 22:45:08 +00:00
Adding fetching orgs
This commit is contained in:
parent
6c8e5cec0e
commit
45db6d5120
4 changed files with 23 additions and 5 deletions
|
@ -85,5 +85,5 @@ class GHClient:
|
|||
|
||||
async def get_org(self, org_name: str) -> Organization:
|
||||
"""Fetch a Github organization from it's name"""
|
||||
pass
|
||||
return Organization(await http.get_org(self.session, org_name), self.session)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue