Closed
Description
When I tries to pull repositories of a user, I get all public repositories.
But the list does not show private repository at all.
github = GitHub.connectUsingOAuth(oAuthToken);
user = github.getMyself();
Map<String,String> repos = new HashMap<String,String>();
this.repos = user.getRepositories();
System.out.println(Repos.toString());
Metadata
Metadata
Assignees
Labels
No labels