From 9036d7892d63a8cb94af9a1067e07ba91de72dd1 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 16 Feb 2012 23:22:44 +0100 Subject: [PATCH] A NamedUser can indeed be the authenticated user --- github/GithubObjects.py | 3 +++ 1 file changed, 3 insertions(+) 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", ), )