`orgs` does not list private repos
frioux opened this issue · 3 comments
frioux commented
I assumed that git hub orgs -A would fix it, but it does not.
perlpunk commented
$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.
frioux commented
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).
ingydotnet commented