Github API, but our implementation has its advantages, including:

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Invalid
    • None
    • Component/s: None
    • None

      github.Github;
      import com.jcabi.github.Repo;
      public class Main {
      public static void main(String[] args) {
      Github github = new RtGithub(".. your OAuth token ..");
      Repo repo = github.repo("jcabi/jcabi-github");
      Issue issue = repo.issues().create("How are you?", "Please tell me...");
      issue.post("My first comment!");

        1. ninja+octocat.png
          297 kB
          Nagy Orsolya

              Assignee:
              Unassigned
              Reporter:
              Nagy Orsolya (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: