You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
There is a solution for #9, however the shell scripts in folder shell_script also lack rate limiting.
My solution is to add "sleep 1" after the PUT curl: curl -s -X PUT -H "Authorization: bearer $api_key" -H "Accept: application/vnd.github.london-preview+json" $enable_url sleep 1 #rate limiting to prevent blocking by github server
In both shell scripts
The text was updated successfully, but these errors were encountered:
There is a solution for #9, however the shell scripts in folder shell_script also lack rate limiting.
My solution is to add "sleep 1" after the PUT curl:
curl -s -X PUT -H "Authorization: bearer $api_key" -H "Accept: application/vnd.github.london-preview+json" $enable_url
sleep 1 #rate limiting to prevent blocking by github server
In both shell scripts
The text was updated successfully, but these errors were encountered: