repository
Gets the tree of a repository.
get/repos/{owner}/{repo}/git/trees/{sha}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
shastring required
sha of the commit
Query parameters
recursiveboolean
show all directories and files
pageinteger
page number; the 'truncated' field in the response will be true if there are still more items after this page, false if the last page
per_pageinteger
number of items per page
Response
GitTreeResponse