Maybe someone can point me to where I’m going wrong here …
API v3 documentation https://developer.github.com/v3/repos/
I have a user with access to three (3) repositories:
R1 - NEW empty repo (testRepository)
R2 - Fork of a public repo (github-api)
R3 - private repository of another user which I have been invited to (and accepted).
However, the API only return R1 and R2?
curl -X GET https://api.github.com/users/<myuser>/repos\?type=all
How do I get a list of all repositories where I’m not the owner but just a collaborator/invited?