TOOL API
get_ repository_ tree
Get the tree structure (files and directories) of a GitHub repository at a specific ref or SHA
OtherOAuth1 credits
Call information
- Tool slug
- github.get_repository_tree
- Provider
- GitHub
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
ownerrequired仓库所有者 (用户名或组织)
reporequired仓库名称
tree_sha树的SHA1值或ref (分支或标签名称)。默认为仓库的默认分支
recursive设置为true返回树引用的对象或子树
path_filter可选的路径前缀过滤器 (例如 'src/' 只显示src目录中的文件)