mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Rename IResponse<T> to IApiResponse
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Net;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public interface IResponse<T> : IResponse
|
||||
public interface IApiResponse<T> : IResponse
|
||||
{
|
||||
new T BodyAsObject { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user