Add TagsClient to GitHubClient inteface

This commit is contained in:
John Nye
2013-11-01 20:34:11 +00:00
parent 36e2e325e3
commit 06af4afa2b
+1
View File
@@ -15,5 +15,6 @@ namespace Octokit
ISshKeysClient SshKey { get; }
IUsersClient User { get; }
INotificationsClient Notification { get; }
ITagsClient Tag { get; }
}
}