MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / getApi

Method getApi

app/src/main/java/com/github/catvod/bean/alist/Drive.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 public String getApi() {
122 return getHost() + (isNew() ? "/api/fs/get" : "/api/public/path");
123 }
124
125 public String searchApi() {
126 return getHost() + (isNew() ? "/api/fs/search" : "/api/public/search");

Callers 1

getDetailMethod · 0.95

Calls 2

getHostMethod · 0.95
isNewMethod · 0.95

Tested by

no test coverage detected