Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created January 14, 2019 21:59
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 magdamiu/bce9806f12564159fef17ede07a839c1 to your computer and use it in GitHub Desktop.
Save magdamiu/bce9806f12564159fef17ede07a839c1 to your computer and use it in GitHub Desktop.
Github API interface
public interface GithubApi {
@GET("/users")
Call<List<User>> getAllUsers();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment