tidyverse / tidyversedashboard

Tidyverse activity dashboard
https://tidyverse.org/dashboard
Other
72 stars 24 forks source link

Use the IssueFilter API to retrieve issues #13

Open jimhester opened 5 years ago

jimhester commented 5 years ago

We can now use https://developer.github.com/v4/input_object/issuefilters/ to filter all issues since a date, which should allow us to avoid using the search API in the weekly issue query and just get all issues at one go.