0.5.10 • Published 10 months ago

dredge-fetch v0.5.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.5.8

11 months ago

0.5.7

12 months ago

0.5.9

11 months ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago