文件名称:osprey-mock-service:使用Osprey从RAML定义生成API模拟服务
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-12 02:11:20
raml raml-tooling raml-test JavaScript
鱼鹰模拟服务 使用Osprey从RAML定义生成API模拟服务。 用法 全球(CLI) npm install -g osprey-mock-service 从CLI启动服务。 这将自动使用baseUri作为模拟服务的路径。 例如, http://localhost:{PORT}/api http://example.com/api将导致http://localhost:{PORT}/api 。 osprey-mock-service -f api.raml -p 3000 --cors 选项 -f根RAML定义的/path/to/api.raml (例如/path/to/api.raml ) -p用于本地绑定服务器的端口号 --cors使用API启用CORS 本地(JavaScript) npm install osprey-mock-service --save 模
【文件预览】:
osprey-mock-service-master
----.travis.yml(260B)
----bin()
--------osprey-mock-service.js(1KB)
----example()
--------index.js(280B)
--------api.raml(291B)
----package.json(1KB)
----test()
--------test10.js(5KB)
--------utils.js(875B)
--------test08.js(2KB)
--------fixtures()
----LICENSE(557B)
----package-lock.json(179KB)
----.gitignore(75B)
----README.md(3KB)
----.editorconfig(199B)
----osprey-mock-service.js(6KB)