mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 13:15:15 +00:00
Renamed IApiInfo -> IApiInfoProvider
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableGitHubClient : IApiInfo
|
||||
public interface IObservableGitHubClient : IApiInfoProvider
|
||||
{
|
||||
IConnection Connection { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user