WIP checkin for getting last ApiInfo object

This commit is contained in:
Mark Taylor
2015-07-31 10:35:51 +01:00
parent a7bc09e767
commit f8ee4f94a1
19 changed files with 241 additions and 7 deletions

View File

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