-
lc1-node-partial-response-helper: 一个集成了谷歌部分响应模式的节点模块
资源介绍
宁静部分React助手
宁静应用程序的通用模块。
该模块旨在抽象对 serenity API 的部分响应支持。
它是基于谷歌部分响应
如何安装?
通过 npm 和 git 安装
npm install git+https://github.com/appirio-tech/lc1-node-partial-reponse-helper.git
配置
该模块没有特定的配置。 使用它的应用程序必须确保它们实例化 serenity-datasource 模块并在此模块初始化期间传递它。 如果数据源无效,则会抛出错误
错误条件必须由应用程序处理。
如何使用?
var serenityResponseHelper = require('lc1-node-partial-reponse-helper');
var serenityDatasource = require('lc1-node