MockAPI:模拟API

时间:2024-05-26 08:02:40
【文件属性】:

文件名称:MockAPI:模拟API

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-26 08:02:40

JavaScript

模拟API 这是一个运行http服务器的项目,该服务器可以提供模拟服务响应。 安装 git clone https://github.com/lucasvmiguel/MockAPI.git 跑步 节点main.js 配置 config.json: { "port": 8082, //the server run on this port "scenarioPath": "/home/lucas/Projects/MockAPI/scenarios.json", //mock scenario "mode": "run" // "run" <- normal mode | "debug" <- debug mode } visions.json:在这里您可以模拟场景 执照


【文件预览】:
MockAPI-master
----api()
--------validator.js(447B)
--------mockapi.js(3KB)
----.gitignore(13B)
----package.json(478B)
----main.js(316B)
----gulpfile.js(68B)
----TODO(66B)
----scenarios.json(516B)
----LICENSE(1KB)
----utils()
--------log.js(367B)
--------config.js(381B)
----README.md(522B)
----config.json(103B)

网友评论