mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
A NamedUser can indeed be the authenticated user
This commit is contained in:
@@ -25,6 +25,9 @@ NamedUser = GithubObject(
|
||||
"type",
|
||||
# Only in Repository.get_contributors()
|
||||
"contributions",
|
||||
# Seen only by user herself
|
||||
"disk_usage", "collaborators", "plan", "total_private_repos",
|
||||
"owned_private_repos", "private_gists",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user