文件名称:express-cool-api:Cool API = 作为中间件的简单且特定的 JSON 验证
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-13 14:57:01
JavaScript
express-cool-api 通过减少对 JSON 验证的限制来构建“很酷”的 API。 安装 npm install express-cool-api 用法 var cool = require ( 'express-cool-api' ) ; app . post ( '/api/articles' , cool . sanitize ( schemaSanitization ) , cool . validate ( schemaValidation ) , function ( req , res ) { // Get req.hash with a perfect JSON as you expected console . log ( req . hash ) ; } ) ; 应用程序接口 // Transform the given json as a coo
【文件预览】:
express-cool-api-master
----.gitignore(34B)
----README.md(757B)
----test()
--------express.js(780B)
----package.json(839B)
----index.js(1KB)