Currently, if you call _requestAllPages on an endpoint that returns an object, like /search/, you won't get any results back.
This is due to the handling of the result object - it's assumed it will be an array.
See: https://github.com/michael/github/blob/master/github.js#L124
Currently, if you call
_requestAllPageson an endpoint that returns an object, like/search/, you won't get any results back.This is due to the handling of the result object - it's assumed it will be an array.
See: https://github.com/michael/github/blob/master/github.js#L124