Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.


1

0 votes

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.

myclient = RTCClient(url, username, password, ends_with_jazz=False)    - seems to work ok
wk = myclient.getWorkitem(1643428)                                     - generates "not well-formed (invalid token)" error
Here is the Python rtcclient link: https://pypi.python.org/pypi/rtcclient 



One answer

Permanent link
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



0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 457
× 218

Question asked: Oct 14 '14, 3:26 p.m.

Question was seen: 10,112 times

Last updated: Jan 28 '18, 2:32 p.m.

Confirmation Cancel Confirm