mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
First cut of AdminStats client and tests
This commit is contained in:
@@ -98,6 +98,14 @@ namespace Octokit.Tests.Integration
|
||||
}
|
||||
}
|
||||
|
||||
public static bool IsGitHubEnterprise
|
||||
{
|
||||
get
|
||||
{
|
||||
return GitHubEnterpriseUrl != null;
|
||||
}
|
||||
}
|
||||
|
||||
public static string ClientId
|
||||
{
|
||||
get { return Environment.GetEnvironmentVariable("OCTOKIT_CLIENTID"); }
|
||||
|
||||
Reference in New Issue
Block a user