Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Created July 31, 2017 18:41
Show Gist options
  • Save ravidsrk/b5dcc0c2347e6a58fe0785d77e13a3c9 to your computer and use it in GitHub Desktop.
Save ravidsrk/b5dcc0c2347e6a58fe0785d77e13a3c9 to your computer and use it in GitHub Desktop.
public interface DemoService {
@GET("posts")
Observable<PostResponse> getDemoResponse();
@GET("categories")
Observable<CategoryResponse> getDemoResponse2();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment