Ejemplo n.º 1
0
 /**
  * Fork a repo for authenticated user
  *
  * @param owner repo owner
  * @param repo repo name
  * @param callback
  */
 public void fork(String owner, String repo, ApiCallback<ForkRepo> callback) {
   mGithubApi.forkRepo(new TypedJsonString(""), owner, repo, callback);
 }