Skip to content

Instantly share code, notes, and snippets.

@ShaishavGandhi
Created December 17, 2017 23:17
Show Gist options
  • Save ShaishavGandhi/8a88792728b50409baed66d349d51d94 to your computer and use it in GitHub Desktop.
Save ShaishavGandhi/8a88792728b50409baed66d349d51d94 to your computer and use it in GitHub Desktop.
class BlogRepository(val blogService : BlogService) {
fun blogs() : Observable<List<Blog>> {
return blogService.blogs()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment