Skip to content

Instantly share code, notes, and snippets.

@shahbazahmed1269
Created May 29, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shahbazahmed1269/050aee54fd7d6416691cc127bdef0aa9 to your computer and use it in GitHub Desktop.
Save shahbazahmed1269/050aee54fd7d6416691cc127bdef0aa9 to your computer and use it in GitHub Desktop.
public interface GithubApiService {
@GET("/repos/{owner}/{repo}/issues")
Call<List<Issue>> getIssues(@Path("owner") String owner, @Path("repo") String repo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment