Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuusheng/xfetch


https://github.com/yuusheng/xfetch

Last synced: 2 days ago
JSON representation

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.