I need to build a client application that connects to the team foundation server and retrieves information about the current active projects.
How should I approach this? Does TFS have a built-in REST webservice that exposes this information? Or do I have to create a server component as well using some tfs sdk?
Client will be written in javascript.
Did some research myself but couldn’t find anything relevant regarding this, so maybe someone who worked on a similar project could provide some helpful information.
Thanks
TFS has soap endpoints. Fire up fiddler while you do stuff in TFS and you will see.