Created
March 29, 2022 13:52
-
-
Save MahdiKarimipour/852960e7ea48ed27bce206e2075910fd to your computer and use it in GitHub Desktop.
Pellerex, Azure DevOps, Create Project Azure DevOps API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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