Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active February 13, 2016 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/7017b756c96eb6100a82 to your computer and use it in GitHub Desktop.
Save guitarrapc/7017b756c96eb6100a82 to your computer and use it in GitHub Desktop.
async Task Main()
{
var apiKey = "Input your Api Key";
var orgId = "Input Target OrgId";
var projectId = "Input ProjectId";
var client = new UnityCloudBuildApi.IO.Swagger.Client.ApiClient("https://build-api.cloud.unity3d.com/api/v1");
var config = new UnityCloudBuildApi.IO.Swagger.Client.Configuration(client, accessToken: apiKey);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment