devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

add authorization via personal access token (pat) #60

Closed ondrno closed 5 years ago

ondrno commented 5 years ago

implement #9 : add authorization via personal access token and the respective unit test

allburov commented 5 years ago

@ondrno Thanks for the changes and especially for the tests! :) Could you add some information about "How use PAT auth" in documantation and I will pull this changes

allburov commented 5 years ago

@ondrno did you test this solution on your TFS instance?

ondrno commented 5 years ago

Hi @allburov , I did test this successfully against a TFS 2017 instance. I will add the documentation and push the changes.