文件名称:typed-github:类型齐全的Scala库,可使用GitHub的API
文件大小:914KB
文件格式:ZIP
更新时间:2024-05-27 00:48:09
Java
键入github typed-github是使用GitHub API的类型良好的Scala库。 此处有更多详细信息:。 需要Java 8或更高版本。 com.chrisrebert.github包为GitHub API提供了一个面向对象的接口: public class Main { public static void main ( String [] args ) throws IOException { Github github = new RtGithub ( " .. your OAuth token .. " ); Repo repo = github . repos() . get( new Coordinates . Simple ( " cvrebert/typed-github " ) ); Issue is