mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
Adding support for creating Codespaces and getting available machine types (#2929)
Adding support for creating Codespaces
This commit is contained in:
committed by
GitHub
parent
148162a34b
commit
35f1784781
@@ -16,5 +16,7 @@ namespace Octokit.Reactive
|
||||
IObservable<Codespace> Get(string codespaceName);
|
||||
IObservable<Codespace> Start(string codespaceName);
|
||||
IObservable<Codespace> Stop(string codespaceName);
|
||||
IObservable<MachinesCollection> GetAvailableMachinesForRepo(string repoOwner, string repoName, string reference = null);
|
||||
IObservable<Codespace> Create(string owner, string repo, NewCodespace newCodespace);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user