Ryan Ausanka-Crues

Results 4 comments of Ryan Ausanka-Crues

Based on https://github.com/github-tools/github/blob/master/lib/Repository.js, it seems that the only Repository call that requests all pages is `listProjects`. Also, it doesn't look like the use of `_requestAllPages` in `listProjects` takes advantage of...

Been thinking about this more recently and I think we should definitely do #2 above and I'd prefer #3 over #1 as large repositories might have many pages (e.g. at...

Same is true about get(). Seems like these snippets are the problem (notice `null` always being passed which means default of "application/x-www-form-urlencoded" will always be set ``` exports.OAuth.prototype.delete= function(url, oauth_token,...

A minimal change (which I think is less obvious/explicit and thus don't like as well) is to change `_performSecureRequest` to move the `headers["Content-Type"]= post_content_type;` line above ``` for( var key...