lifecycle-rest:通过声明性API定义创建REST API客户端

时间:2024-05-19 15:14:04
【文件属性】:

文件名称:lifecycle-rest:通过声明性API定义创建REST API客户端

文件大小:107KB

文件格式:ZIP

更新时间:2024-05-19 15:14:04

JavaScript

生命周期休息 根据类型定义,通过声明性API定义创建REST API客户端。 与状态管理库(例如集成。 例子: import { RestApi , createAgent } from '@mkrause/lifecycle-rest' ; import * as t from 'io-ts' ; // Define your data types const User = t . type ( { name : t . string } ) ; const UsersCollection = t . array ( User ) ; // Create an HTTP agent (axios) const agent = createAgent ( { baseURL : 'https://example.com/api' , } ) ; const api = Res


【文件预览】:
lifecycle-rest-master
----.gitignore(99B)
----tsconfig.decl.json(232B)
----package.json(2KB)
----package-lock.json(284KB)
----src()
--------agent.ts(683B)
--------redux()
--------schema()
--------util()
--------index.ts(507B)
--------loader()
----LICENSE.md(1KB)
----.travis.yml(199B)
----babel.config.cjs(1KB)
----CHANGELOG.md(253B)
----tsconfig.json(353B)
----README.md(8KB)
----tests()
--------resources()
--------integration()
--------unit()
----.npmignore(19B)
----typings()
--------index.test-d.ts(2KB)

网友评论