Github v3 API get all organizations more than 100
问题 I am trying to get all organization items through http://host/api/v3/organizations?page=2&per_page=100 The default size seems like 30, and 100 seems like the max limit per request. But above link still only returns the first 100 items, i.e, not 101-200th I also tried http:host//api/v3/organizations?page=2 No matter which page I set, it only returns the first 30 items. How can I get the entire list of organization items please? Please help. Appreciate. 回答1: From Github API reference for