MCPcopy
hub / github.com/dvajs/dva / create

Function create

examples/user-dashboard/src/pages/users/services/users.js:21–26  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

19}
20
21export function create(values) {
22 return request('/api/users', {
23 method: 'POST',
24 body: JSON.stringify(values),
25 });
26}

Callers

nothing calls this directly

Calls 1

requestFunction · 0.50

Tested by

no test coverage detected