@furystack/rest-client-fetch

8.0.6 • Public • Published

rest-client-fetch

REST Client package for @furystack/rest with native Fetch implementation. You can use this package to operate strongly typed REST APIs in the browser with native fetch implementation.

import { MyApi } from 'my-common-package'
import { createClient } from '@furystack/rest-client-fetch'

export const callMyApi = createClient<MyApi>({
  endpointUrl: 'http://my-service-endpoint',
  requestInit: {
    credentials: 'include',
  },
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
8.0.613latest

Version History

VersionDownloads (Last 7 Days)Published
8.0.613
8.0.58
8.0.40
8.0.31
8.0.20
8.0.13
8.0.00
7.1.01
7.0.50
7.0.40
7.0.30
7.0.20
7.0.10
7.0.00
6.0.00
5.0.199
5.0.180
5.0.170
5.0.162
5.0.150
5.0.141
5.0.136
5.0.120
5.0.110
5.0.100
5.0.90
5.0.80
5.0.70
5.0.60
5.0.50
5.0.41
5.0.30
5.0.20
5.0.10
5.0.01
4.1.190
4.1.180
4.1.170
4.1.160
4.1.150
4.1.140
4.1.130
4.1.120
4.1.110
4.1.100
4.1.90
4.1.80
4.1.70
4.1.60
4.1.50
4.1.40
4.1.30
4.1.20
4.1.10
4.1.00
4.0.150
4.0.140
4.0.130
4.0.120
4.0.110
4.0.100
4.0.90
4.0.80
4.0.70
4.0.60
4.0.50
4.0.40
4.0.30
4.0.20
4.0.10
4.0.00
3.0.330
3.0.320
3.0.310
3.0.290
3.0.280
3.0.270
3.0.250
3.0.240
3.0.230
3.0.220
3.0.210
3.0.200
3.0.190
3.0.180
3.0.170
3.0.160
3.0.150
3.0.140
3.0.130
3.0.120
3.0.110
3.0.100
3.0.90
3.0.80
3.0.70
3.0.60
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.0.100
2.0.90
2.0.80
2.0.70
2.0.60
2.0.50
2.0.40
2.0.30
2.0.20
2.0.11
2.0.00
1.2.260
1.2.250
1.2.240
1.2.230
1.2.220
1.2.210
1.2.200
1.2.190
1.2.180
1.2.170
1.2.160
1.2.150
1.2.140
1.2.130
1.2.120
1.2.110
1.2.100
1.2.90
1.2.80
1.2.70
1.2.60
1.2.52
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.100
1.1.90
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.10

Package Sidebar

Install

npm i @furystack/rest-client-fetch

Weekly Downloads

35

Version

8.0.6

License

GPL-2.0

Unpacked Size

56.1 kB

Total Files

24

Last publish

Collaborators

  • gallayl