An open API service indexing awesome lists of open source software.

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

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**