Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuusheng/xfetch
https://github.com/yuusheng/xfetch
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuusheng/xfetch
- Owner: yuusheng
- Created: 2023-07-14T15:32:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T02:55:53.000Z (over 1 year ago)
- Last Synced: 2024-04-13T14:13:47.179Z (7 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xfetch
🥇 This repo is dependency free and is written to implement all of the axios APIs.
## 🚀 Motivation
Axios is an incredible repo. But sometimes we want to have a lighter way to request our API service. Using the fetch API is a good way to do that. But the fetch API is not so easy to use. You can reference the source code of this repository to write your own code.