MCPcopy
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
131function apiWithoutModel(dir) {
132 return api({
133 kebab: 'no-model',
134 generateModel: false
135 }, dir);
136}
137
138function apiWithModelFields(dir) {
139 return api({

Callers 1

installFunction · 0.85

Calls 1

apiFunction · 0.85

Tested by

no test coverage detected