How to connect to RTC using OLC rest api using c#.net?
One answer
Mohit
There are several options for creating workitems in RTC via REST based API. There is the OSLC workshop
https://jazz.net/library/article/635
and the Extensions workshop which using the Plain Java API
https://jazz.net/library/article/1000
For C# and OSLC, you can try http://open-services.net/blog/oslc4net-an-oslc-toolkit-for-net/
There are several options for creating workitems in RTC via REST based API. There is the OSLC workshop
https://jazz.net/library/article/635
and the Extensions workshop which using the Plain Java API
https://jazz.net/library/article/1000
For C# and OSLC, you can try http://open-services.net/blog/oslc4net-an-oslc-toolkit-for-net/