mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 21:25:12 +00:00
Implement Miscellaneous Client emoji and markdown
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public interface IObservableGitHubClient
|
||||
{
|
||||
IObservableAuthorizationsClient Authorization { get; }
|
||||
IObservableAutoCompleteClient AutoComplete { get; }
|
||||
IObservableMiscellaneousClient Miscellaneous { get; }
|
||||
IObservableOrganizationsClient Organization { get; }
|
||||
IObservableRepositoriesClient Repository { get; }
|
||||
IObservableSshKeysClient SshKey { get; }
|
||||
|
||||
Reference in New Issue
Block a user