Interface GithubService
-
public interface GithubService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Call<License>
getLicense(String url)
default Call<Repo>
getRepository(String slug)
Call<Repo>
getRepository(String owner, String repo)
Call<User>
getUser(String user)
-