It's all about the answers!

Ask a question

use RTC-SDK-Server-6.0.6.1 api ,how to get a repository files download url


Gou Peng (212) | asked Oct 05 '19, 12:06 p.m.

 use RTC-SDK-Server-6.0.6.1 api ,how to get a repository files download url 


Comments
Ralph Schoon commented Oct 10 '19, 2:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I do not have high hopes you will do, but I think you should really read How should I ask a question in the Forum if I want to receive useful answers? as the quality of your questions is terrible.

Accepted answer


permanent link
David Lafreniere (4.8k7) | answered Oct 09 '19, 9:33 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
I'm not sure we have any API for a 'repository files download url'.
If you wanted a URL which redirects to the file in the web UI, you could hand craft the URL using this format

https://<repo>:9443/jazz/web/projects/<project_name>#action=com.ibm.team.scm.browseElement&workspaceItemId=<itemID>&componentItemId=<itemID>&itemType=com.ibm.team.filesystem.FileItem&itemId=<itemID>
Gou Peng selected this answer as the correct answer

Your answer


Register or to post your answer.