Visual Studio Api
Hello ,
I am trying to connect to RTC repository programatically using API .
I have dowloaded visual studio plugins and trying to use the dll
https://jazz.net/wiki/bin/view/Main/APIUsage#How_does_the_VS_Client_talk_to_t
Question
Can i get any example , so that I can use rest service in c# .
One answer
Hi Mohan,
https://jazz.net/wiki/bin/view/Main/APIUsage#How_does_the_VS_Client_talk_to_t does not present any dll file.
Anyway these 3 links can demonstrate you how to use REST in c#:
http://stackoverflow.com/questions/4970499/c-sharp-rest-api-client
http://stackoverflow.com/questions/9620278/how-do-i-make-calls-to-a-rest-api-using-c
http://msdn.microsoft.com/en-us/magazine/ee309509.aspx
Let us know if it helps for you.
Best regards,
Krzysztof Kazmierczyk
https://jazz.net/wiki/bin/view/Main/APIUsage#How_does_the_VS_Client_talk_to_t does not present any dll file.
Anyway these 3 links can demonstrate you how to use REST in c#:
http://stackoverflow.com/questions/4970499/c-sharp-rest-api-client
http://stackoverflow.com/questions/9620278/how-do-i-make-calls-to-a-rest-api-using-c
http://msdn.microsoft.com/en-us/magazine/ee309509.aspx
Let us know if it helps for you.
Best regards,
Krzysztof Kazmierczyk
Comments
Hello Krzysztof,
I have dowloaded plugins where it had some of dll for RTC RepositoryClient.dll and many others . With this dll I am able to connect to RTC repository
for example in c#
teamRepository = TeamPlatform.GetTeamRepositoryClient().GetTeamRepository(repositionConnectionDetails.URL, 1);
But I dont if we can use this api or not . This does not have official documentation . just by backtracking i found out the way .
Like wise there are Rest based service api available as part of dll
for example RepositoryService.dll .
I am looking for sample code
The link which u had sent is also useful , thank u
Regards
Mohan