mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 15:45:28 +00:00
renamed IObservableBlobClient to IObservableBlobsClient
This commit is contained in:
12
Octokit.Reactive/Clients/IObservableTeamsClient.cs
Normal file
12
Octokit.Reactive/Clients/IObservableTeamsClient.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableTeamsClient
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user