github 提交 api 的速率限制是多少

What is the rate limit on github commits api

我需要知道使用 api 的速率限制来自:

https://developer.github.com/v3/repos/commits/

我的大学项目之一。但是,他们的网站上似乎没有明确提及。

或者它是搜索的一部分 API?或事件?

对于未经身份验证的请求,速率限制允许每小时最多 60 个请求,对于使用基本身份验证或 OAuth 的 API 请求,您每小时最多可以发出 5000 个请求。

https://developer.github.com/v3/#rate-limiting