Skip to content

Instantly share code, notes, and snippets.

@siordache
siordache / .block
Last active August 10, 2018 19:07
Parametric curves
license: apache-2.0
package org.beryx.test;
import org.kohsuke.github.*;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
public class GHApiTest {
private static String REPO_NAME = "sandboxx/GHTreeBuilderTest";
private static String GITHUB_OAUTH = System.getenv("GITHUB_OAUTH");