mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Implemented the rest of the User Administration Client and tests, including observable classes.
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Octokit
|
||||
Email = new UserEmailsClient(apiConnection);
|
||||
Followers = new FollowersClient(apiConnection);
|
||||
Keys = new UserKeysClient(apiConnection);
|
||||
Administration = new UserAdministrationClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user