I want to be able to get an array of users for a series of repositories. As far as I know, the only way to achieve that is to loop through the repositories and make a request for each. Unfortunately, this eats up my api-hit-count, which is limited to 5000/hour. Is there a way that I can pass up an array of repositories, and get an 2d array of JSON?I want to be able to get an array of users for