meteor-rest-api-base:用于连接中间件的基本 rest-api 包装器

时间:2024-07-30 16:18:02
【文件属性】:

文件名称:meteor-rest-api-base:用于连接中间件的基本 rest-api 包装器

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-30 16:18:02

JavaScript

流星休息 API 基地 用于连接中间件的基本 rest-api 包装器。 注入您自己的中间件或使用包装包,例如 ##安装 meteor add gfk:rest-api-base ##用 如果你想使用 express,请使用gfk:rest-api-express ,它扩展了这个包的构造函数并注入了 express。 function auth1 (params, body, header) { if (body.apiKey) { return checkApiKey(body.apiKey); } else { return false; } } restapi = new RestApi(undefined, auth1, console); var connectMiddleware = Npm.require('s


【文件预览】:
meteor-rest-api-base-master
----.travis.yml(173B)
----rest-api.test.js(7KB)
----package.js(574B)
----rest-api.js(4KB)
----LICENSE(1KB)
----.gitignore(202B)
----README.md(3KB)
----.jshintrc(7KB)

网友评论