Go to file
2023-06-14 03:59:32 +02:00
@types Initial commit 2023-06-14 01:21:01 +02:00
bin feat: add developer stats 2023-06-14 03:59:32 +02:00
src fix: fetch response match type 2023-06-14 03:55:46 +02:00
.env feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.env.development feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintrc feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.gitignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.parcelrc Initial commit 2023-06-14 01:21:01 +02:00
.prettierrc.json Initial commit 2023-06-14 01:21:01 +02:00
LICENSE Initial commit 2023-06-14 01:21:01 +02:00
package-lock.json fix: fetch response match type 2023-06-14 03:55:46 +02:00
package.json doc: update README with correct description 2023-06-14 03:58:35 +02:00
README.md doc: update README with correct description 2023-06-14 03:58:35 +02:00
tsconfig.json Initial commit 2023-06-14 01:21:01 +02:00

fetch-service

  • fetch wrapper
  • timeout
  • retry with refresh token

Development

npm run dev

Production

npm run build