RxJavaSamples icon indicating copy to clipboard operation
RxJavaSamples copied to clipboard

关于Response的问题

Open philadelphia opened this issue 6 years ago • 1 comments

public interface GankApi { @GET("data/福利/{number}/{page}") Observable <Result> getBeauties(@Path("number") int number, @Path("page") int page); }

接口这么定义, Observable <Result>, 请问怎么获取Response里面的元数据,如有需要的话 就没办法了吧?

philadelphia avatar Aug 07 '19 02:08 philadelphia

不知道泛型类型显示不出来

philadelphia avatar Aug 07 '19 02:08 philadelphia