-
Type:
Improvement
-
Status: Open
-
Priority:
4 - Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: REST API
-
Labels:None
-
Requirement Status:
There is a need to get downloadUri's of artifacts.
Currently, only the file info REST API prints the downloadUri:
"repo" : "generic-local",
"path" : "/non-public/test",
"created" : "2019-04-08T13:51:29.454Z",
"createdBy" : "builder",
"lastModified" : "2019-04-08T13:52:00.083Z",
"modifiedBy" : "builder",
"lastUpdated" : "2019-04-08T13:52:00.180Z",
"downloadUri" : "https://shaharx.jfrog.io/shaharx/generic-local/non-public/test",
"mimeType" : "application/octet-stream",
"size" : "0",
The improvement request is to add the option to print the same details as the file info, for each child in the folder info REST API :
"children": [
{{{}}
"uri" : "/child1",
"folder" : "true"
},{
"uri" : "/child2",
"folder" : "false"
}
]
This can help customers that use artifactory for their customers and want to provide them with links for files in the same build.