Skip to content

Instantly share code, notes, and snippets.

@furkanaskin
Created December 5, 2018 04:00
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 furkanaskin/b19fc41dd8cd71e76e89ec4b2440bbe8 to your computer and use it in GitHub Desktop.
Save furkanaskin/b19fc41dd8cd71e76e89ec4b2440bbe8 to your computer and use it in GitHub Desktop.
interface RetrofitService{
@GET("photos")
fun getPhotos(): Deferred<Response<List<Photos>>>
@GET("posts")
fun getPost() : Deferred<Response<List<Posts>>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment