Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegohaz/rest
/ apiWithModelFields
Function
apiWithModelFields
test/index.js:138–143 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
136
}
137
138
function
apiWithModelFields(dir) {
139
return
api({
140
kebab:
'field'
,
141
modelFields:
'title, content'
142
}, dir);
143
}
144
145
function
apiWithUserModelField(dir) {
146
return
api({
Callers
1
install
Function · 0.85
Calls
1
api
Function · 0.85
Tested by
no test coverage detected