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
According the note you able to do at least 5000 rph with an api token.
If you want to get list of "good first issues" for some repo you should run query: https://api.github.com/repos/<OWNER>/<REPO>/issues?labels=good+first+issue&state=open
Also paging params:
per_page. Max:100, default:30
page. default:1 (rem: when I was fetching info for list of repos I've got an error like you are not able to get more than 1000 or something. Maybe there was my mistake - not sure)
Investigate how hard it would be to create list of issues on open source projects tagged with "good first issue".
The text was updated successfully, but these errors were encountered: