Starting to access RTC through REST API using Python.
Hello there,
I have an urgent requirement to use python rest aPI to access RTC work items. Can some one send me the right library to use or right pointer for my requirement ? That would be much helpful.
Thanks a million in advance.
|
One answer
far as I know, there is no formal library built
you can use python to invoke rest apis, and RTC has rest apis.. Here is an article with workshops to get started with OSLC apis and RTC https://jazz.net/library/article/635 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
@Jayasankar
This is a very old link. Hope you have solved all the issues. If you did, could you share your solutions?
I just started to use Python rtcclient 0.6.0 which is NOT an official-released Python-based RTC client. It seems to initialize the RTC client object without issues, but it generates "not well-formed (invalid token)" error when I try to get the work item.