mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
interfaces just live under Octokit.Reactive
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
using System.Reactive.Threading.Tasks;
|
||||
using Octokit.Reactive.Internal;
|
||||
|
||||
namespace Octokit.Reactive.Clients
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableDeploymentStatusClient
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Octokit.Reactive.Clients
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableDeploymentsClient
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user