mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-04-30 14:34:28 +02:00
feat: return more contributors (#95)
This commit is contained in:
parent
4e79b13679
commit
dd535ae833
@ -112,7 +112,7 @@ class Releases:
|
|||||||
|
|
||||||
keep: set = {'login', 'avatar_url', 'html_url', 'contributions'}
|
keep: set = {'login', 'avatar_url', 'html_url', 'contributions'}
|
||||||
|
|
||||||
response = await self.httpx_client.get(f"https://api.github.com/repos/{repository}/contributors")
|
response = await self.httpx_client.get(f"https://api.github.com/repos/{repository}/contributors?per_page=100")
|
||||||
|
|
||||||
# Looping over each contributor, filtering each contributor so that
|
# Looping over each contributor, filtering each contributor so that
|
||||||
# keyfilter() returns a dictionary with only the key-value pairs that are in the "keep" set.
|
# keyfilter() returns a dictionary with only the key-value pairs that are in the "keep" set.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user