issue-dashboard icon indicating copy to clipboard operation
issue-dashboard copied to clipboard

Limitations of the Github search api

Open YutaOkoshi opened this issue 4 years ago • 1 comments

The following page shows that the API has some limitations. https://docs.github.com/en/free-pro-team@latest/rest/reference/search#rate-limit

To solve this problem, I have been using a script that generates HTML for every few items, waits a minute when the limit is reached, and finally combines them into one HTML with my own python script.

Can you make it so that I don't have to do this and the module doesn't hit the limit?

It would make it much easier to use!

YutaOkoshi avatar Dec 26 '20 10:12 YutaOkoshi

I am having this error

Run ethomson/issue-dashboard@v1
Error: Validation Failed: {"message":"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.","resource":"Search","field":"q","code":"invalid"}

is it related?

yceballost avatar Feb 14 '21 21:02 yceballost