mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 19:00:47 +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