Closed martijnrusschen closed 4 years ago
Build is failing as the changes haven't been rolled out yet. Will update the tests once we have this ready.
/cc @anglinb @brentjo
Updated the specs as we rolled out the API change. Should be good to go after merging this. Also added some additional activity classes based on the API results I got. There are more to add, but didn't encounter them during testing.
In an effort to make our pagination consistent across our API endpoints, we found that this endpoint is using a different way of paginating. We're changing the parameter from
first
topage[size]
and will be introducing links to a potential next page in the response.As Github has been the only user of this endpoint, we're updating this client to be compatible with the new pagination. All other endpoints will remain the same.