Team Room Portable is a Portable Class Library that gives developers access to the Team Rooms, Users and Messages from Team Foundation Service.
.NET 4.0+, Silverlight 5, Windows Store apps, Windows Phone 7.5, Windows Phone 8.
To access the API you need to enable alternative credentials for your account.
See the section Enable basic authentication for your account from (here).
Look at the TeamRoomPortableSample for how to use this, enjoy.
PM> Install-Package TeamRoomPortable
1.2.0 - August 20, 2013
-
Added support for Work Item Change Events.
-
Versioning now follows SemVer.
1.0.1 - August 4, 2013
-
All data object now implements INotifyPropertyChanged
-
Removed NuGet Package Restore from project as it does not play nicely together with Microsoft.Bcl.Async
-
The API now supports querying user information for all members of a given team room, this is especially useful when identifying who posted a given message.