Is there any public released c# API to get code diff of a given commit?
I did some search and found there is a rest api (fileDiff) can help with it, but seems it is not open to public developers. Lines of Code modified in each Commit in TFS rest api. How do i get?
Any other alternative way to do it or any plan to release this C# API?