Renamed IApiInfo -> IApiInfoProvider

This commit is contained in:
Kristian Hellang
2015-07-31 12:08:16 +02:00
parent f8ee4f94a1
commit a6a6fdf13f
11 changed files with 12 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
namespace Octokit.Reactive
{
public interface IObservableGitHubClient : IApiInfo
public interface IObservableGitHubClient : IApiInfoProvider
{
IConnection Connection { get; }