Skip to content

Instantly share code, notes, and snippets.

@ShaishavGandhi
Last active December 17, 2017 23:44
Show Gist options
  • Save ShaishavGandhi/28807c59d9d19b64173b2bb41a26f221 to your computer and use it in GitHub Desktop.
Save ShaishavGandhi/28807c59d9d19b64173b2bb41a26f221 to your computer and use it in GitHub Desktop.
public interface BlogService {
@GET("/blogs")
fun blogs() : Observable<List<Blog>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment