How to Unlocking GitHub REST API Limit With Personal Access Token? #64367
Replies: 2 comments 3 replies
|
the format of the Authorization header record is See #authentication |
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
REST API limit Issue With PAT
Question
Body
GitHub provides a way to boost your API request limit to a whopping 5000 requests per hour when you use your Personal Access Token (PAT).
But when I try to download my student pull request comment who puts on assignment, it show me the error of API Limit. I try to access using my PAT.
user header={'Authorization'='PAT'}
I am able to perform 60 request per hour. I have large amount of repo, then it takes long time to download.
Please guide me.
All reactions