Undocumented field 'verified_at' breaks the rate limit #143752
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
We're facing the same on the commit APIs (single, list. pull-request) |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I am using GitHub api and yesterday I found out that compare two commits request https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#compare-two-commits returns an undocumented field
verified_at
for verified commit. That field breaks GitHub api rate limit because contains the current response time and after that every new request has the new generatedetag
value.Request:
curl -s -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" -H 'Authorization: token <some secret token>' https://api.github.com/repos/<MY_ORGS>/<MY_REPO>/compare/master...bab4146b9e7c7885d5608f9db5b8b6352d5825f4
Part of response with field
verified_at
:Beta Was this translation helpful? Give feedback.
All reactions