Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegohaz/rest
/ apiWithOnlyPostUserMethod
Function
apiWithOnlyPostUserMethod
test/index.js:124–129 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
122
}
123
124
function
apiWithOnlyPostUserMethod(dir) {
125
return
api({
126
kebab:
'only-post-user'
,
127
userMethods: [
'POST'
]
128
}, dir);
129
}
130
131
function
apiWithoutModel(dir) {
132
return
api({
Callers
1
install
Function · 0.85
Calls
1
api
Function · 0.85
Tested by
no test coverage detected