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.
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.
myclient = RTCClient(url, username, password, ends_with_jazz=False) - seems to work okwk = myclient.getWorkitem(1643428) - generates "not well-formed (invalid token)" error
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
Leon Sun
Jan 28 '18, 2:32 p.m.@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.