mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
[FEAT]: Adds codespaces APIs
This commit is contained in:
@@ -171,6 +171,11 @@ namespace Octokit.Tests.Integration
|
||||
get { return Environment.GetEnvironmentVariable("OCTOKIT_GITHUBAPP_SLUG"); }
|
||||
}
|
||||
|
||||
public static string RepositoryWithCodespaces
|
||||
{
|
||||
get { return Environment.GetEnvironmentVariable("OCTOKIT_REPOSITORY_WITH_CODESPACES"); }
|
||||
}
|
||||
|
||||
public static void DeleteRepo(IConnection connection, Repository repository)
|
||||
{
|
||||
if (repository != null)
|
||||
|
||||
Reference in New Issue
Block a user