node-obligatory:REST API主体中必需的强制性参数

时间:2024-06-10 06:44:50
【文件属性】:

文件名称:node-obligatory:REST API主体中必需的强制性参数

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-10 06:44:50

JavaScript

节点强制的 REST API主体中必需的强制性参数。 如何安装。 只需运行以下命令: npm install obligatory --save 如何使用: 必填项使用必填属性验证给定的集合: ( function ( ) { var obligatory = require ( 'obligatory' ) ; app . get ( '/my_url' , function ( req , res , next ) { var validator = obligatory . newFactoryInstance ( ) ; validator . email = true ; validator . password = true ; validator . setCollection ( req . body ) ;


【文件预览】:
node-obligatory-master
----.gitignore(535B)
----README.md(2KB)
----LICENSE(1KB)
----package.json(697B)
----index.js(2KB)
----spec()
--------index.spec.js(3KB)

网友评论