mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-06-12 12:47:37 +02:00
feat(contributors): show contributions count
This commit is contained in:
@ -109,7 +109,7 @@ class Releases:
|
||||
list: a list of dictionaries containing the repository's contributors
|
||||
"""
|
||||
|
||||
keep: set = {'login', 'avatar_url', 'html_url'}
|
||||
keep: set = {'login', 'avatar_url', 'html_url', 'contributions'}
|
||||
|
||||
response = await self.httpx_client.get(f"https://api.github.com/repos/{repository}/contributors")
|
||||
|
||||
|
Reference in New Issue
Block a user