All Projects → hkamel → Azuredevops Postman Collections

hkamel / Azuredevops Postman Collections

The collections allow you to test common Azure DevOps Rest APIs from within Postman.

Projects that are alternatives of or similar to Azuredevops Postman Collections

Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (+41.21%)
Mutual labels:  rest, azure, devops
Terraform Azure Reference
This repository helps you to implement Infrastructure as Code best practices using Terraform and Microsoft Azure.
Stars: ✭ 51 (-71.98%)
Mutual labels:  azure, devops
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+11386.26%)
Mutual labels:  azure, devops
Swaggman
OpenAPI Spec SDK and Converter for OpenAPI 3.0 and 2.0 Specs to Postman 2.0 Collections. Example RingCentral spec included.
Stars: ✭ 94 (-48.35%)
Mutual labels:  postman, postman-collection
Postman To K6
Converts Postman collections to k6 script code
Stars: ✭ 180 (-1.1%)
Mutual labels:  postman, postman-collection
Restdocs To Postman
Converts Spring REST Docs cURL snippets to Postman and Insomnia collections
Stars: ✭ 39 (-78.57%)
Mutual labels:  postman, postman-collection
Azure
Azure-related repository
Stars: ✭ 78 (-57.14%)
Mutual labels:  azure, devops
Mcw
Microsoft Cloud Workshop Project
Stars: ✭ 677 (+271.98%)
Mutual labels:  azure, devops
Covid 19 Apis
Postman COVID-19 API Resource Center—API collections to help in the COVID-19 fight.
Stars: ✭ 111 (-39.01%)
Mutual labels:  postman, postman-collection
Rest Api Fuzz Testing
REST API Fuzz Testing (RAFT): Source code for self-hosted service developed for Azure, including the API, orchestration engine, and default set of security tools (including MSR's RESTler), that enables developers to embed security tooling into their CI/CD workflows
Stars: ✭ 119 (-34.62%)
Mutual labels:  rest, devops
Jersey Jwt
Example of REST API with JWT authentication using Jersey, Jackson, Undertow, Weld, Hibernate and Arquillian.
Stars: ✭ 131 (-28.02%)
Mutual labels:  rest, postman
Pmtoapib
Tool to convert Postman collection exports to Api Blueprint documentation
Stars: ✭ 34 (-81.32%)
Mutual labels:  postman, postman-collection
Azure Sdk For Go
Microsoft Azure SDK for Go
Stars: ✭ 847 (+365.38%)
Mutual labels:  rest, azure
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-76.37%)
Mutual labels:  azure, devops
Opshell
DevOps Toolkit for Every Cloud on Every Cloud
Stars: ✭ 19 (-89.56%)
Mutual labels:  azure, devops
Azure Rest Api Specs
The source for REST API specifications for Microsoft Azure.
Stars: ✭ 1,104 (+506.59%)
Mutual labels:  rest, azure
Postman Bdd
A BDD test framework for Postman and Newman
Stars: ✭ 139 (-23.63%)
Mutual labels:  rest, postman
Newman
Newman is a command-line collection runner for Postman
Stars: ✭ 5,607 (+2980.77%)
Mutual labels:  postman, postman-collection
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+231.32%)
Mutual labels:  rest, postman
Azurite
!! This repository has now moved to https://github.com/azure/azurite !! A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.
Stars: ✭ 103 (-43.41%)
Mutual labels:  azure, devops

Azure DevOps Postman Collections

Inspired by @Jeremy Thake's Microsoft Graph Collection

The collections allows you to test common Azure DevOps Rest APIs from within Postman.

Image of Postman

Setup

To setup the Postman collections follow these steps:

  1. Download and register for Postman from their website or from chocolatey.org.

  2. Click File | Import ....

  3. Select Import From Link.

  4. Paste the following two URLs and click Import after each.

    https://raw.githubusercontent.com/hkamel/azuredevops-postman-collections/master/Azure%20DevOps%20v5.0.postman_collection.json

    https://raw.githubusercontent.com/hkamel/azuredevops-postman-collections/master/Azure%20DevOps%20Environment.postman_environment.json

    You should now see the Azure DevOps v5.0 collection on the left had side Collections pane.

  5. Click on the No environment drop down in top right hand corner.

  6. Select Azure DevOps Environment.

  7. Click the eye icon to the the right and then click Edit.

  8. Enter in to the current (not initial) variables your Azure DevOps organization name: Organization, AccessToken ad Api-version.

    • By default, the requests will go to the cloud hosted Azure DevOps. If you want to use it for an on-prem instance, change the coreServer URL and then update feedServer, graphServer and releaseServer as required. If they are all the same, you can update coreServer and then update the others to {{coreServer}}
  9. Select Update. Close the Manage Environments dialog.

    IMPORTANT: It is not recommended to use production user accounts as this information is stored directly in Postman. This is also not a recommended approach for obtaining access tokens in production and should only be used for testing purposes.

  10. Expand the Core | Projects folder and click on List all projects. Then Click the Send button.

You are now up and running with Azure DevOps postman collections.

Contribute

You can contribute to this project by forking the repo and following the setup steps to import those files. When you've made your contributions in Postman editor, use the File | Export to overwrite the file in your forked branch. Then simply submit the forked branch as a PR back to this repo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].