diff --git a/github/GithubObjects.py b/github/GithubObjects.py index a9c6897a..bd248570 100644 --- a/github/GithubObjects.py +++ b/github/GithubObjects.py @@ -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", ), )