mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Filled in more documentation. Made it consistent.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Octokit.Internal
|
||||
/// 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>
|
||||
/// <param name="request">A <see cref="IRequest"/> that represents the HTTP request</param>
|
||||
/// <returns>A <see cref="Task{IResponse{T}}"/></returns>
|
||||
Task<IResponse<T>> Send<T>(IRequest request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user