gpt4 book ai didi

Java - 为 GitHub 授权应用程序

转载 作者:行者123 更新时间:2023-12-01 09:50:04 26 4
gpt4 key购买 nike

我正在开发一个Java应用程序,它使用GitHub API下载用户存储库的Zip,但每次执行它时,它都会超出速率限制。如何授权我的 Java 应用程序达到每小时 5000 个请求?

  • 我不想使用其他库,只想使用纯 GitHub API
  • 我有一个可用于授权的 token

最佳答案

来自https://developer.github.com/v3/

Increasing the unauthenticated rate limit for OAuth applications

If your OAuth application needs to make unauthenticated calls with a higher rate limit, you can pass your app's client ID and secret as part of the query string.

curl -i 'https://api.github.com/users/whatever?client_id=xxxx&client_secret=yyyy'

关于Java - 为 GitHub 授权应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37654608/

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