mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
Merge pull request #32 from octokit/haacked/user-site-admin
Add SiteAdmin property to user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user