First cut of AdminStats client and tests

This commit is contained in:
Ryan Gribble
2015-12-24 15:08:43 +10:00
parent c9026e4723
commit 3f437eb9f0
24 changed files with 613 additions and 1 deletions
+8
View File
@@ -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"); }