Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/smallfawn/QLScriptPublic
/ post
Function
post
sendNofity.js:26–28 ·
view source on GitHub ↗
(url, options = {})
Source
from the content-addressed store, hash-verified
24
}
25
26
function
post(url, options = {}) {
27
return
request(url, { ...options, method:
'POST'
});
28
}
29
30
function
get(url, options = {}) {
31
return
request(url, { ...options, method:
'GET'
});
Callers
nothing calls this directly
Calls
1
request
Function · 0.70
Tested by
no test coverage detected