gpt4 book ai didi

GitHub API?获取团队信息

转载 作者:行者123 更新时间:2023-12-02 03:35:07 24 4
gpt4 key购买 nike

我在通过 GET 使用 github api 时遇到问题。

根据 GitHub API:我应该调用:

https://api.github.com/teams/1

我收到了 ff json 数据:

{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}

这是文档的链接: https://developer.github.com/v3/orgs/teams/#get-team

我无法以某种方式获取团队信息。

最佳答案

如果这取决于你的存在correctly authenticated , 然后放一个 oauth2 就可以了,因为这样的 key 可以:

  • 成为 obtained programmatically
    (如 this gist )

    curl -u 'your_user_name' -d '{"scopes":["gist"],"note":"gister script test"}' https://api.github.com/authorizations
  • 被撤销。

那么这可以更好地工作:

https://api.github.com/teams/1?access_token=OAUTH-TOKEN

关于GitHub API?获取团队信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23987882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com