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

Adding fetching orgs

This commit is contained in:
VarMonke 2022-03-29 19:42:29 +05:30
parent 6c8e5cec0e
commit 45db6d5120
4 changed files with 23 additions and 5 deletions

View file

@ -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)