Implement Miscellaneous Client emoji and markdown

This commit is contained in:
Haacked
2013-10-06 22:26:09 -07:00
parent f8e7d2da29
commit 4e445093f7
17 changed files with 108 additions and 60 deletions

View File

@@ -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; }