mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
Rename UserFollowersClient to FollowersClient
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Octokit
|
||||
/// <param name="apiConnection">An API connection</param>
|
||||
public UsersClient(IApiConnection apiConnection) : base(apiConnection)
|
||||
{
|
||||
Followers = new UserFollowersClient(apiConnection);
|
||||
Followers = new FollowersClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -76,6 +76,6 @@ namespace Octokit
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/users/followers/">Followers API documentation</a> for more information.
|
||||
///</remarks>
|
||||
public IUserFollowersClient Followers { get; private set; }
|
||||
public IFollowersClient Followers { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user