| 41 | } |
| 42 | |
| 43 | public interface APIs{ |
| 44 | |
| 45 | /* Gank.io 妹子图 */ |
| 46 | @GET("http://gank.io/api/data/福利/{count}/{page}") |
| 47 | Flowable<GankResult> fetchGankMZ( |
| 48 | @Path("count") int count, |
| 49 | @Path("page") int page |
| 50 | ); |
| 51 | |
| 52 | } |
| 53 | |
| 54 | } |
no outgoing calls
no test coverage detected