You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists contributors to the specified repository and sorts them by the number of commits per contributor in descending order. This endpoint may return information that is a few hours old because the GitHub REST API caches contributor data to improve performance.
@@ -379,7 +386,7 @@ async def list_contributors(
379
386
380
387
@needs_authentication
381
388
asyncdeflist_repository_languages(
382
-
owner: str, repo: str
389
+
cls: Self, owner: str, repo: str
383
390
) ->tuple[int, dict[str, int] |ErrorMessage]:
384
391
"""
385
392
Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.
0 commit comments