node-fetch-json:仅用于JSON的围绕节点获取的非常薄的包装器

时间:2024-05-22 00:14:22
【文件属性】:

文件名称:node-fetch-json:仅用于JSON的围绕节点获取的非常薄的包装器

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-22 00:14:22

nodejs http json rest fetch-api

节点获取json 仅用于JSON的围绕节点获取的非常薄的包装器 您为什么要获取除json之外的任何内容? ;) A)设定 使用以下命令安装: $ npm install node-fetch-json --save 然后用以下行导入: const fetchJson = require ( 'node-fetch-json' ) ; B)用法 node-fetch-json取决于并调用 。 1.低级方式 node-fetch使您可以使用以下方法在REST端点上发送和接收JSON: const fetch = require ( 'node-fetch' ) ; const data = { animal : 'dog' , action : 'fetch' } ; const options = { method : 'POST' , headers : {


【文件预览】:
node-fetch-json-master
----.gitignore(104B)
----spec.js(2KB)
----spec-runner.sh.command(1KB)
----package.json(1KB)
----.travis.yml(38B)
----node-fetch-json.js(463B)
----LICENSE.txt(1KB)
----read-me-example.js(1KB)
----README.md(3KB)

网友评论