文件名称:co-loopback-rest-opt-in:回送
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-23 21:58:52
JavaScript
选择加入环回REST 选择要启用而不是禁用哪些自动生成的回送REST端点 选择加入REST方法 var coOptIn = require ( 'co-loopback-rest-opt-in' ) coOptIn . enable ( MyModel , [ 'create' , 'findById' ] ) // create, deleteById, findById, upsert, find, exists, // updateAll, createChangeStream, count, findOne, // updateAttributes 选择加入相关资源的REST方法 var coOptIn = require ( 'co-loopback-rest-opt-in' ) coOptIn . enableRelated ( MyModel , 'Related
【文件预览】:
co-loopback-rest-opt-in-master
----.eslintrc(4KB)
----package.json(380B)
----test()
--------lbRestOptIn-test.js(2KB)
----.gitignore(22B)
----README.md(674B)
----lbRestOptIn.js(2KB)
----.vscode()
--------launch.json(253B)