https://github.com/ogmaresca/azure-devops-postman
A Postman Collection for the Azure Devops API
https://github.com/ogmaresca/azure-devops-postman
azure-devops azure-pipelines postman
Last synced: over 1 year ago
JSON representation
A Postman Collection for the Azure Devops API
- Host: GitHub
- URL: https://github.com/ogmaresca/azure-devops-postman
- Owner: ogmaresca
- License: mit
- Created: 2019-07-05T23:51:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T02:47:25.000Z (almost 7 years ago)
- Last Synced: 2024-07-29T17:04:48.205Z (almost 2 years ago)
- Topics: azure-devops, azure-pipelines, postman
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-devops-postman
A Postman Collection for the Azure Devops API. The collection is in the Postman 2.1 format.
# Environment Variables
The following environment variables need to be set for these requests to work:
* **AzureDevops.Org**: The Azure Devops organization name (*https://dev.azure.com/ThisIsYourOrganization*)
* **AzureDevops.Project**: The Azure Devops project name (*https://dev.azure.com/Organization/ThisIsYourProject*)
* **AzureDevops.PAT**: Your Azure Devops Personal Access Token. This token determines which APIs you can call. If you are not authorized Azure Devops will return an HTTP 401 status code.
# Postman Requests
* API
* **TODO**