Add observable reactions client

This commit is contained in:
lrz-hal
2016-05-29 14:07:37 +02:00
parent 6baaa4e5fa
commit 831ff1cf31
9 changed files with 24 additions and 3 deletions

View File

@@ -27,5 +27,6 @@ namespace Octokit.Reactive
IObservableSearchClient Search { get; }
IObservableEnterpriseClient Enterprise { get; }
IObservableMigrationClient Migration { get; }
IObservableReactionsClient Reaction { get; }
}
}