文件名称:node-callapi:使用中间件通过节点获取进行API调用
文件大小:50KB
文件格式:ZIP
更新时间:2024-05-28 17:37:49
JavaScript
节点调用API 使用node-fetch和中间件进行api调用。 基本用法 const Caller = require ( 'node-callapi' ) ; const caller = new Caller ( setting ) ; caller . call ( endpoint , options ) 建设者 new Caller ( options ) ; options.middlewares 每个请求完成后,将应用中间件。 中间件 中间件是一种异步功能,它是对象。 并返回形状与接收数据相同的对象。 async function middleware ( data ) { const { // fetch options fetchOptions , // the endpoint url , // response, i
【文件预览】:
node-callapi-master
----.eslintrc(650B)
----index.js(4KB)
----package.json(937B)
----__tests__()
--------index.test.js(11KB)
----.gitignore(215B)
----.circleci()
--------config.yml(2KB)
----README.md(2KB)
----yarn.lock(148KB)
----.eslintignore(11B)
----libs()
--------helpers.js(690B)
--------__tests__()
--------defaultMiddlewares.js(3KB)