mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 21:25:12 +00:00
Add Connection property to IObservableGitHubClient
Sometimes we need to be able to make raw requests. This makes that easier.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
namespace Octokit.Reactive
|
||||
using Octokit.Http;
|
||||
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableGitHubClient
|
||||
{
|
||||
IConnection Connection { get; }
|
||||
|
||||
IObservableAuthorizationsClient Authorization { get; }
|
||||
IObservableMiscellaneousClient Miscellaneous { get; }
|
||||
IObservableOrganizationsClient Organization { get; }
|
||||
|
||||
Reference in New Issue
Block a user