RTC 3.0 SCM via REST APIs
Hello,
I have 2 questions I'd like to ask:
1) I need to get access to components/streams/files in RTC 3.0. I can do this via Java APIs without problems but I'm not too sure how to do that via the REST APIs. I'm using an HTTP client to connect to JTS via OAuth.
2) On the other hand, if I want to use a mix of REST APIs and Java APIs how can I get an ITeamRepository object without asking the user to log once more by invoking the following?
Thank you in advance for your help.
I have 2 questions I'd like to ask:
1) I need to get access to components/streams/files in RTC 3.0. I can do this via Java APIs without problems but I'm not too sure how to do that via the REST APIs. I'm using an HTTP client to connect to JTS via OAuth.
2) On the other hand, if I want to use a mix of REST APIs and Java APIs how can I get an ITeamRepository object without asking the user to log once more by invoking the following?
TeamPlatform.getTeamRepositoryService().getTeamRepository(REPOSITORY_ADDRESS)Can I get a ITeamRepository object handle once I'm connected to JFS via a Java httpclient?
Thank you in advance for your help.