falcon-axios
Based on axios secondary encapsulation plug-in, interface caching, interface cancellation, interface disconnection reconnection functions are provided
Based on axios secondary encapsulation plug-in, interface caching, interface cancellation, interface disconnection reconnection functions are provided
基于axios常用封装
axios using decorators
#### 介绍 `fant-axios-adapter`用于帮助开发者在`uni-app`项目使用`axios`请求库,提供了使用`uni.request`发起网络请求的`axios`适配器。
Its an API wrapper for Easy Usage and handling of Api Calls
Wrapper around fineract api.
Fetch based HTTP client with similar API to axios for browser and Node.js
对fetch的封装, 使其能够表现的像axios
Tiny Fetch wrapper that provides a similar API to Axios
"This package is used to fetch the from service easily"
A modern HTTP client that extends the Fetch API, providing Axios-like syntax and full compatibility with Next.js App Router.
A lightweight Axios-like wrapper for the native fetch API, tailored for Next.js
A React context and hook package for streamlined API requests with Axios, featuring built-in loading states and error handling
Bypass CORS for browser's Fetch API
Promise based HTTP client for the browser and node.js using fetch
A lightweight and simple package for making requests using fetch
Lightweight JavaScript library for simplified HTTP requests with built-in caching and async support.
Wrap fetch with retries, timeout, logging, caching, error handling and more
`fetcher-safe` is a React custom hook designed to simplify the management of asynchronous data fetching in your React applications. It provides a convenient way to handle loading states, errors, and successful data retrieval.
fetch를 조금 더 편하게 사용할 수 있는 래퍼: post, get 등으로 명시. get(url).json<T>(), post(url).json<T>() 등과 같이 타입을 지원하는 json 메서드.