jsonapi:Apicase的JSON API插件

时间:2024-05-21 12:04:19
【文件属性】:

文件名称:jsonapi:Apicase的JSON API插件

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-21 12:04:19

JavaScript

Apicase JSON API Apicase插件,可帮助您使用JSON API(基于 ) 阅读JSON API规范 安装 npm install @apicase/jsonapi import fetch from "@apicase/adapter-fetch" import { ApiService } from "@apicase/core" import { jsonApiPlugin } from "@apicase/jsonapi" const Root = new ApiService ( fetch , { url : "/api" } ) . use ( jsonApiPlugin ) // <- Add this line 用法 想象一下,我们的API路由具有以下result.body : { " data " : [ { " id


【文件预览】:
jsonapi-master
----.gitignore(955B)
----.babelrc(62B)
----package.json(863B)
----index.js(419B)
----README.md(2KB)
----yarn.lock(72KB)

网友评论