Skip to content

Instantly share code, notes, and snippets.

@prakashpun
Created December 24, 2017 16:26
Show Gist options
  • Save prakashpun/9a74484d3551388b184a1dd89ef0e54b to your computer and use it in GitHub Desktop.
Save prakashpun/9a74484d3551388b184a1dd89ef0e54b to your computer and use it in GitHub Desktop.
GetDataService.java
public interface GetDataService {
@GET("/photos")
Call<List<RetroPhoto>> getAllPhotos();
}
@yenny21
Copy link

yenny21 commented Oct 2, 2019

what if theres no endpoint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment