Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/willnewii/qiniuClient
/ post
Method
post
src/renderer/api/API.js:18–20 ·
view source on GitHub ↗
(url, param)
Source
from the content-addressed store, hash-verified
16
}
17
18
post(url, param) {
19
return
this._request(url,
'post'
, param);
20
}
21
22
get(url, param) {
23
if
(param)
Callers
5
s
Function · 0.80
r
Function · 0.80
o
Function · 0.80
cos.js
File · 0.80
libs.js
File · 0.80
Calls
1
_request
Method · 0.95
Tested by
no test coverage detected