我想使用 java EGIT API 在 GitHub 上创建问题。
我试过了:
GitHubClient client = new GitHubClient().setCredentials("abc", "xyz"); IssueService service = new IssueService(client); Repository repo = new Repository();
java github issue-tracking egit
egit ×1
github ×1
issue-tracking ×1
java ×1