mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
renamed properties on IObservableActivitiesClient
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public interface IObservableActivitiesClient
|
||||
{
|
||||
IObservableEventsClient Events { get; }
|
||||
IObservableWatchedClient Watched { get; }
|
||||
IObservableStarredClient Starred { get; }
|
||||
IObservableWatchedClient Watching { get; }
|
||||
IObservableStarredClient Starring { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user