You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/plugin-github/che-plugin-github-ext-github/src/main/java/org/eclipse/che/ide/ext/github/client/GitHubClientService.java
+55-1Lines changed: 55 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,21 @@ public interface GitHubClientService {
70
70
* the repository name.
71
71
* @param callback
72
72
* callback called when operation is done.
73
+
* @deprecated use {@link #getForks(String user, String repository)}
Copy file name to clipboardExpand all lines: plugins/plugin-github/che-plugin-github-ext-github/src/main/java/org/eclipse/che/ide/ext/github/client/GitHubClientServiceImpl.java
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,19 +99,34 @@ public Promise<List<GitHubRepository>> getRepositoriesList() {
0 commit comments