mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
Rename IResponse<T> to IApiResponse
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Net;
|
||||
|
||||
namespace Octokit.Internal
|
||||
{
|
||||
public class ApiResponse<T> : IResponse<T>
|
||||
public class ApiResponse<T> : IApiResponse<T>
|
||||
{
|
||||
public ApiResponse()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user