Code
Get tree with path
Get file tree for a reference and path
curl -X GET "https://example.com/api/v1/repos/string/string/tree/string/string"{
"entries": [
{
"hash": "string",
"mode": "string",
"name": "string",
"path": "string",
"size": 0,
"type": "string"
}
],
"path": "string",
"ref": "string",
"total": 0
}Empty
Empty