Closed acourtneybrown closed 6 months ago
By default users/{user}/repos only returns a users public repos, so if the argument passed to ghcluser matches the GitHub username it uses the user/repos endpoint which includes private repos.
users/{user}/repos
ghcluser
user/repos
By default
users/{user}/repos
only returns a users public repos, so if the argument passed toghcluser
matches the GitHub username it uses theuser/repos
endpoint which includes private repos.