There is a way to get the list of files for a tree_id ?
Actually i can't find the right method to do this ! i can't go beyond the tree_id !!!
{
"commitId": "string",
"repositoryName": "string"
}
Response
{
"commit": {
"additionalData": "string",
"author": {
"date": "string",
"email": "string",
"name": "string"
},
"committer": {
"date": "string",
"email": "string",
"name": "string"
},
"message": "string",
"parents": [ "string" ],
"treeId": "string"
}
}
Thanks for your help