I'm trying to get the lines of code that has been changed (added, edited or deleted) between two tags in Azure Devops repos using the following apis
It seems the changeCounts in response represent the file changes not the lines of code changes.
Is there a better way to get this info?