Closed jgravois closed 6 years ago
the github search api paginates items in sets of 30, so lets just pluck the total_count instead
total_count
https://api.github.com/search/repositories?q=topic:javascript+org:Esri&sort=stars&order=desc
{ "total_count": 78, "incomplete_results": false, "items": [].length = 30
the github search api paginates items in sets of 30, so lets just pluck the
total_count
insteadhttps://api.github.com/search/repositories?q=topic:javascript+org:Esri&sort=stars&order=desc