Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegohaz/rest
/ apiWithUserModelField
Function
apiWithUserModelField
test/index.js:145–151 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
143
}
144
145
function
apiWithUserModelField(dir) {
146
return
api({
147
kebab:
'user-model-field'
,
148
modelFields:
'user'
,
149
userMethods: [
'POST'
]
150
}, dir);
151
}
152
153
function
apiWithCountAndRowsGetList(dir) {
154
return
api({
Callers
1
install
Function · 0.85
Calls
1
api
Function · 0.85
Tested by
no test coverage detected