json-mapper:使用 JSON 模板映射 JSON API 调用

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

文件名称:json-mapper:使用 JSON 模板映射 JSON API 调用

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-18 13:13:16

JavaScript

JSON API 端点映射器 去做 模板系统描述 更好地描述如何使用模块 完整的测试套件 介绍: 获取 JSON 端点数据并使用模板将它们映射到您的需求。 使用示例: var debug = require ( 'debug' ) ( 'json-mapper:testapp' ) ; var util = require ( 'util' ) ; var endpoint = require ( './template' ) ; var JsonMapper = require ( '../lib' ) ; var jsonMapper = JsonMapper ( { timeOut : 5000 } ) ; debug ( 'running JSON API endpoint mapper' ) ; jsonMapper . parse ( endpoint , fun


【文件预览】:
json-mapper-master
----example()
--------test.js(393B)
--------template.js(1KB)
----package.json(683B)
----LICENSE(1KB)
----.npmignore(23B)
----.gitignore(491B)
----lib()
--------helpers.js(1KB)
--------index.js(499B)
--------parse.js(278B)
--------user-agents.js(523B)
--------fetch.js(1KB)
--------handler.js(2KB)
----README.md(3KB)

网友评论