API ReferenceGit
Get a tree object
Get a tree from the Git database with its entries.
Path Parameters
repo*string
The repository id
Format
uuidhash*string
The object's hash
Response Body
application/json
curl -X GET "https://api.freestyle.sh/git/v1/repo/497f6eca-6276-4993-bfeb-53cbbbba6f08/git/trees/string"{
"tree": [
{
"path": "string",
"sha": "string",
"size": 0,
"type": "blob"
}
],
"sha": "string"
}