MCPcopy Create free account
hub / github.com/coder-pig/DrySister / APIs

Interface APIs

app/src/main/java/com/coderpig/drysisters/net/APIService.java:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers 1

fetchGankMZMethod · 0.65

Implementers 1

GankMZFragmentapp/src/main/java/com/coderpig/drysist

Calls

no outgoing calls

Tested by

no test coverage detected