Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub API have changed the semantics of /user/repos API #203

Merged

Commits on Jun 26, 2015

  1. GitHub API have changed the semantics of /user/repos API

    It seems that since a couple of days (or weeks?) the /user/repos is returning
    ALL the repositories that the user has access or collaborates to whilst previously
    were only the ones that belong to him.
    
    JavaDoc updated in order to avoid getting unwanted results and introduced as well
    the possibility to filter a specific type of repository to be returned:
    - All (the GitHub's default)
    - Owner (the user's repos)
    - Public / Private (public or private repos)
    - Member (the user collaborates to)
    lucamilanesio committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    b0d1eac View commit details
    Browse the repository at this point in the history