Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created November 12, 2016 13:19
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 tassioauad/4d2bcdc3b6e2c114fb91d0058e0da285 to your computer and use it in GitHub Desktop.
Save tassioauad/4d2bcdc3b6e2c114fb91d0058e0da285 to your computer and use it in GitHub Desktop.
public interface APIService {
@GET("item/")
Call listItens();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment