Skip to content

Instantly share code, notes, and snippets.

@Velmm
Created December 27, 2017 04:51
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 Velmm/405e4f90088bb4614b3bdda6ccbafd00 to your computer and use it in GitHub Desktop.
Save Velmm/405e4f90088bb4614b3bdda6ccbafd00 to your computer and use it in GitHub Desktop.
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
public interface ApiService {
@GET("bottom_navigationview.json")
Call<List<Movie>> getshops();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment