Using Azure Devops API (Python) to write comments on PR
Haven’t been able to find a direct method for this anywhere. How can I add comments to a pull request via Azure Devops API in Python?
Using Azure Devops API in Python to fetch all modified files in a PR
Basically same as title. How can I use Azure Devops API in Python to fetch all modified files in a PR? I have found code references for C# but not Python to do this specifically.