Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDetail
Method · 0.95
Calls
2
getHost
Method · 0.95
isNew
Method · 0.95
Tested by
no test coverage detected