Last active
December 17, 2017 23:44
-
-
Save ShaishavGandhi/28807c59d9d19b64173b2bb41a26f221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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