如何查询GitHub API v4某个标签的某个目录库内容?
这是迄今为止我提出的最好的方法:
query {
repository(owner:"example", name:"example") {
refs(refPrefix: "tags") {
}
}
}
答案 0 :(得分:2)
从this post,您可以_id
与GitObject
一起过滤object
并打印branch:/path/folder
。以下内容将从标记Tree
的{{1}}文件夹中获取树,并打印gson
,gson-2.4
和name
:
type