As I requested to validate the user has the repository which he provided. So I need to list out the repositories belongs to the particular User by using their credentials . I'm using Eclipse's Jgit to handle git-hub from Java code. Whether this API provides any pre-built method for this?? Please Guide me through this.
Thanks in advance.