ingydotnet/git-hub

`orgs` does not list private repos

frioux opened this issue · 3 comments

I assumed that git hub orgs -A would fix it, but it does not.

$title =~ s/repos/organizations/ # ?

That would be a different API call.
The simple solution would be to decide depending on if the username equals the authenticated login.

I'm sorry, I meant private organizations

sent from a rotary phone, pardon my brevity
On Dec 29, 2015 2:04 PM, "Tina Müller (tinita)" notifications@github.com
wrote:

$title =~ s/repos/organizations/ # ?

That would be a different API call.
The simple solution would be to decide depending on if the username equals
the authenticated login.


Reply to this email directly or view it on GitHub
#190 (comment).

Used @perlpunk++'s strategy. Seems solid. Good catch @frioux.