mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Add way to get to ObservableEventsClient
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableActivitiesClient
|
||||
{
|
||||
IObservableEventsClient Event{ get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user