当我使用新的 REST API 端点作为 GitHub Copilot 使用指标时,它适用于 ORG 使用情况。 当我尝试为这样的任何团队时:
curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/orgs/ORG/team/TEAM_SLUG/copilot/usage
永远是空的。
我错过了什么?
不是你
参见 5 月 9 日的 github 博客文章
https://github.blog/changelog/2024-05-09-github-copilot-metrics-updates/
特别是这个部分
暂停对 GitHub Copilot Metrics API 中团队切片的访问。
该方法目前已停产,无法正常工作。