MCPcopy
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
138function apiWithModelFields(dir) {
139 return api({
140 kebab: 'field',
141 modelFields: 'title, content'
142 }, dir);
143}
144
145function apiWithUserModelField(dir) {
146 return api({

Callers 1

installFunction · 0.85

Calls 1

apiFunction · 0.85

Tested by

no test coverage detected