搜GitHub的邮箱
通过githubAPI利用代码{repository(name: "grank", owner: "lctt") {ref(qualifiedName: "master") {target {... on Commit {idhistory(first: 5) {edges {node {author {
·
通过
githubAPI
利用代码
{
repository(name: "grank", owner: "lctt") {
ref(qualifiedName: "master") {
target {
... on Commit {
id
history(first: 5) {
edges {
node {
author {
name
email
}
}
}
}
}
}
}
}
}
更多推荐
已为社区贡献3条内容
所有评论(0)