1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-09 23:57:36 +00:00

Rename HTTPClient.get_all_topic_for_repo to get_all_topics_for_repo

This commit is contained in:
RGBCube 2022-06-25 15:47:49 +03:00
parent 907d97b569
commit 7e71c08538

View file

@ -511,7 +511,7 @@ class HTTPClient:
return await self.request("GET", f"/repos/{owner}/{repo}/teams", params=params)
async def get_all_topic_for_repo(
async def get_all_topics_for_repo(
self, *, owner: str, repo: str, per_page: Optional[int] = None, page: Optional[int] = None
):
params = {}