mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Implement AssigneesClient
Implement client to list and check available assignees for a repository
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Gets the connection for making HTTP requests.
|
||||
/// </summary>
|
||||
protected IConnection Connection { get; private set; }
|
||||
public IConnection Connection { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the API resource at the specified URI.
|
||||
|
||||
@@ -11,6 +11,11 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public interface IApiConnection
|
||||
{
|
||||
/// <summary>
|
||||
/// The underlying connection.
|
||||
/// </summary>
|
||||
IConnection Connection { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the API resource at the specified URI.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user