hkamel / azuredevops-postman-collections

The collections allow you to test common Azure DevOps Rest APIs from within Postman.
245 stars 97 forks source link

Suggestion: Replace authorization on each request with inherited auth from parent collection #8

Open jkewley opened 5 years ago

jkewley commented 5 years ago

Each of these requests has the same Authorization setting - basic auth with the AccessToken password. To make it easier to add new requests to the collection, I'd suggest setting the Authorization at the collection level and having all requests inherit from the parent.

I'd be willing to do this if you're ok with it.

hkamel commented 5 years ago

I totally agree, and in fact I have done some of the APIs this way. The reason I kept it per API level is to help the user get all the details about running single API.

But we can actually handle this on the documentation, thanks @jkewley