Merge pull request #32 from octokit/haacked/user-site-admin

Add SiteAdmin property to user
This commit is contained in:
Phil Haack
2013-09-24 10:17:09 -07:00
+5
View File
@@ -265,6 +265,11 @@ namespace Octokit
/// The api URL for this user.
/// </summary>
public string Url { get; set; }
/// <summary>
/// Whether or not the user is an administrator of the site
/// </summary>
public bool SiteAdmin { get; set; }
}
public class Organization