mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
removed redundant Send<T> from IHttpClient
This commit is contained in:
@@ -11,14 +11,6 @@ namespace Octokit.Internal
|
||||
/// </remarks>
|
||||
public interface IHttpClient
|
||||
{
|
||||
/// <summary>
|
||||
/// Sends the specified request and returns a response.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of data to send</typeparam>
|
||||
/// <param name="request">A <see cref="IRequest"/> that represents the HTTP request</param>
|
||||
/// <returns>A <see cref="Task{T}" /> of <see cref="IResponse{T}"/></returns>
|
||||
Task<IResponse<T>> Send<T>(IRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Sends the specified request and returns a response.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user