mirror of
				https://github.com/RGBCube/GitHubWrapper
				synced 2025-10-31 05:52:45 +00:00 
			
		
		
		
	Rename HTTPClient.get_all_topic_for_repo to get_all_topics_for_repo
This commit is contained in:
		
							parent
							
								
									907d97b569
								
							
						
					
					
						commit
						7e71c08538
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 = {} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 RGBCube
						RGBCube