mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
9 lines
244 B
C#
9 lines
244 B
C#
namespace Octokit.Reactive
|
|
{
|
|
public interface IObservableActivitiesClient
|
|
{
|
|
IObservableEventsClient Events { get; }
|
|
IObservableWatchedClient Watching { get; }
|
|
IObservableStarredClient Starring { get; }
|
|
}
|
|
} |