Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Last active July 31, 2017 18:45
Show Gist options
  • Save ravidsrk/43db85a2fba41c3bedb4e09be378f504 to your computer and use it in GitHub Desktop.
Save ravidsrk/43db85a2fba41c3bedb4e09be378f504 to your computer and use it in GitHub Desktop.
interface DemoService {
@get:GET("posts")
val demoResponse: Observable<PostResponse>
@get:GET("categories")
val demoResponse2: Observable<CategotyResponse>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment