Is there a way to get the amount of lines changed in a Pull Request via the Dev Ops Service REST API?
问题 I am currently doing my thesis and analyzing the behavior for code reviews. For this I want to know the size of the pull request that is reviewed. The rest of the information for example authors, reviewers, times etc. I got already by calling the rest API. However I cannot seem to find a way to get the amount of lines changed in each file, or a total number (which is also sufficient). I have browsed the documentation and found some ways to get amount of files changed, see https://docs