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