h5bp / h5bp.github.io

A website for the H5BP organization. Browse all the H5BP projects in one place.
https://h5bp.github.io/
MIT License
84 stars 46 forks source link

Fetch more than 30 org members #21

Closed arthurvr closed 9 years ago

arthurvr commented 9 years ago

From the Github API documentation:

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. For some resources, you can also set a custom page size up to 100 with the ?per_page parameter.

We were running into the problem that there are currently more then 30 members in the organization, so only 30 got fetched.

Ref https://developer.github.com/v3/#pagination Fixes https://github.com/h5bp/h5bp.github.io/issues/20