Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-GitHub CPAN distribution.

Report information
The Basics
Id: 58955
Status: rejected
Priority: 0/
Queue: Net-GitHub

People
Owner: Nobody in particular
Requestors: jello [...] waste.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Allow listing of private repos
Currently Net::GitHub::V2::Repositories->list() only lists public repos. I'm using Net::GitHub to add and remove users for all my repos, most of which are private. I did s/return $self->get_json_to_obj/return $self->get_json_to_obj_authed/ in the list method so it would enumerate both public and private repos, but that's obviously super hacky. Maybe a ->list_all method, or an argument to ->list to specify you want both public & private would be a good way to get the full list. Thanks for your work on Net::GitHub, it's very helpful.
sorry that I didn't get any notification for this RT ticket. so I didn't get back to you. V2 is removed now and hopefully v3 got your issue fixed. let me know if it's not. Thanks