emis-api-client:EMIS API的http客户端

时间:2024-03-04 07:16:29
【文件属性】:

文件名称:emis-api-client:EMIS API的http客户端

文件大小:203KB

文件格式:ZIP

更新时间:2024-03-04 07:16:29

http client emis codetanzania emis-api

emis-api-client EMIS API的http客户端。 安装 npm install --save @codetanzania/emis-api-client 用法 适用于React应用程序和ES6 import { getPlans , getPlan , postPlan , putPlan , patchPlan , deletePlan } from '@codetanzania/emis-api-client' ; getPlans ( ) . then ( plans => { ... } ) . catch ( error => { ... } ) ; getPlan ( '5c1766243c9d520004e2b542' ) . then ( plan => { ... } ) . catch ( error => { ... }


【文件预览】:
emis-api-client-develop
----.gitignore(43B)
----.babelrc(137B)
----.eslintrc(142B)
----package.json(2KB)
----.npmrc(41B)
----package-lock.json(699KB)
----src()
--------client.js(27KB)
--------common.js(5KB)
--------index.js(52B)
----.travis.yml(113B)
----LICENSE(1KB)
----CHANGELOG.md(40KB)
----rollup.config.js(513B)
----README.md(4KB)
----lib()
--------index.js(33KB)
----.npmignore(78B)
----es()
--------index.js(32KB)
----renovate.json(95B)
----test()
--------.eslintrc(295B)
--------client.spec.js(23KB)
--------index.spec.js(2KB)
----.editorconfig(285B)
----.prettierrc(88B)

网友评论