中文简体 | English
基于 Fetch 的优雅的且现代化的 HTTP 客户端
安装
$ npm install @axetroy/fata --save-exact
import fata from '@axetroy/fata
fata.get("/api/api/user/{userId}", { path: { userId: 'foo' } })
.then((data) => {
console.log(data)
})
开源许可
The MIT License