MCPcopy
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
145function apiWithUserModelField(dir) {
146 return api({
147 kebab: 'user-model-field',
148 modelFields: 'user',
149 userMethods: ['POST']
150 }, dir);
151}
152
153function apiWithCountAndRowsGetList(dir) {
154 return api({

Callers 1

installFunction · 0.85

Calls 1

apiFunction · 0.85

Tested by

no test coverage detected