如何查询GitHub v4 API以获取某个标签的目录内容?

时间:2017-07-05 07:34:52

标签: graphql github-api github-graphql

如何查询GitHub API v4某个标签的某个目录库内容?

这是迄今为止我提出的最好的方法:

query {
  repository(owner:"example", name:"example") {
    refs(refPrefix: "tags") {
    }
  } 
}

1 个答案:

答案 0 :(得分:2)

this post,您可以_idGitObject一起过滤object并打印branch:/path/folder。以下内容将从标记Tree的{​​{1}}文件夹中获取树,并打印gsongson-2.4name

type