1.0.1 • Published 10 months ago

axifetch v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

AxiFetch

A small axios based class for making requests

Usage

install as npm module

pnpm add -D axifetch

import in a project and use

import { AxiFetch } from 'axifetch';

const response = await AxiFetch.send('get', 'https://jsonplaceholder.typicode.com/todos/1');
1.0.1

10 months ago

1.0.0

10 months ago

1.0.0-beta.0

11 months ago