How to authenticate using Java for RTC REST/OSLC API
I am looking for some examples of login to a RTC server to get workitems(such as defect) info using Java, I found out
a manual about REST/OSLC API here https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Querying_Work_Items.
However, in authentication part, it uses curl to do the work. Is there a way to do that via http request? Found out some solution using Python in Forum. Appreciate anyone's help. Thanks.
a manual about REST/OSLC API here https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Querying_Work_Items.
However, in authentication part, it uses curl to do the work. Is there a way to do that via http request? Found out some solution using Python in Forum. Appreciate anyone's help. Thanks.