Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diegohaz/rest
/ apiWithoutModel
Function
apiWithoutModel
test/index.js:131–136 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
129
}
130
131
function
apiWithoutModel(dir) {
132
return
api({
133
kebab:
'no-model'
,
134
generateModel: false
135
}, dir);
136
}
137
138
function
apiWithModelFields(dir) {
139
return
api({
Callers
1
install
Function · 0.85
Calls
1
api
Function · 0.85
Tested by
no test coverage detected