예제 #1
0
 /**
  * Get repo star status already starrd:204 not starred:404
  *
  * @param owner repo owner
  * @param repo repo name
  * @param callback callback
  */
 public void isStarred(String owner, String repo, ApiCallback<Object> callback) {
   mGithubApi.starStatus(owner, repo, callback);
 }