I need to get the list of all the repositories and all the branches from TFS.
I have a react app and I wonder if there is some way to use TFS API from it. Or maybe I should load C# DLL's in order to do that?
Thanks :)
I found this: https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-6.0&tabs=HTTP but it is for C#.