mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 13:15:15 +00:00
Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective platforms
This commit is contained in:
12
Octokit.Reactive/IObservableGitHubClient.cs
Normal file
12
Octokit.Reactive/IObservableGitHubClient.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableGitHubClient
|
||||
{
|
||||
IObservableAuthorizationsClient Authorization { get; }
|
||||
IObservableAutoCompleteClient AutoComplete { get; }
|
||||
IObservableOrganizationsClient Organization { get; }
|
||||
IObservableRepositoriesClient Repositories { get; }
|
||||
IObservableSshKeysClient SshKey { get; }
|
||||
IObservableUsersClient User { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user