mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
Add TagsClient to GitHubClient
This commit is contained in:
@@ -88,6 +88,7 @@ namespace Octokit
|
|||||||
Release = new ReleasesClient(apiConnection);
|
Release = new ReleasesClient(apiConnection);
|
||||||
User = new UsersClient(apiConnection);
|
User = new UsersClient(apiConnection);
|
||||||
SshKey = new SshKeysClient(apiConnection);
|
SshKey = new SshKeysClient(apiConnection);
|
||||||
|
Tag = new TagsClient(apiConnection);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -133,6 +134,7 @@ namespace Octokit
|
|||||||
public ISshKeysClient SshKey { get; private set; }
|
public ISshKeysClient SshKey { get; private set; }
|
||||||
public IUsersClient User { get; private set; }
|
public IUsersClient User { get; private set; }
|
||||||
public INotificationsClient Notification { get; private set; }
|
public INotificationsClient Notification { get; private set; }
|
||||||
|
public ITagsClient Tag { get; private set; }
|
||||||
|
|
||||||
static Uri FixUpBaseUri(Uri uri)
|
static Uri FixUpBaseUri(Uri uri)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user