0.5.10 • Published 8 months ago

dredge-fetch v0.5.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

dredge-fetch

This package contains fetch client for dredge.

Install

npm install dredge-fetch

Usage

import { dredgeFetch } from 'dredge-fetch'
import type { RootRouter } from './root-router'

const client = dredgeFetch<RootRouter>();

const response = client('/user/1', {  
	method: 'post',
	body: {
		name: 'dhiraj'
	}
});
0.5.10

8 months ago

0.5.8

8 months ago

0.5.7

9 months ago

0.5.9

8 months ago

0.5.6

10 months ago

0.5.5

10 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago