A NamedUser can indeed be the authenticated user

This commit is contained in:
Vincent Jacques
2012-02-16 23:22:44 +01:00
parent 41b23089da
commit 9036d7892d
+3
View File
@@ -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",
),
)