We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
param: owner repo sha(ref) GET /repos/:owner/:repo/git/trees/:sha
The API only get root dir. but the sub directory can not get tree list. Here is github api:
param: owner repo ref path https://api.github.com/repos/${owner}/${repo}/git/trees/${ref}${path.replace(/^\//, ':')}
it can not get a sub-tree.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Git Trees
The API only get root dir. but the sub directory can not get tree list. Here is github api:
it can not get a sub-tree.
The text was updated successfully, but these errors were encountered: