Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MahdiKarimipour/852960e7ea48ed27bce206e2075910fd to your computer and use it in GitHub Desktop.

Select an option

Save MahdiKarimipour/852960e7ea48ed27bce206e2075910fd to your computer and use it in GitHub Desktop.
Pellerex, Azure DevOps, Create Project Azure DevOps API
var (result, response) = await apiCall.PostAsync<AzureDevOpsCreateProjectResponseDto>(
url: url,
body: request,
password: appSecrets.AzureDevOpsToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment