https://github.com/mawburn/fetchler
Fetch Wrapper
https://github.com/mawburn/fetchler
Last synced: 6 months ago
JSON representation
Fetch Wrapper
- Host: GitHub
- URL: https://github.com/mawburn/fetchler
- Owner: mawburn
- License: mit
- Created: 2021-03-03T05:05:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T15:19:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T11:16:54.427Z (11 months ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fetchler
Fetch wrapping library.
Currently alpha release, initial pass. There are no unit tests and is not well tested in the wild. Don't use this.
## Purpose
I've written and rewritten tons of fetching modules over the years, basically a new one for every project I've taken on, and I finally got fed up with doing the same thing over and over with minor changes each time, so I made one that I can reuse. This published to npm as `fetchler` and my intent is release it to the public once I'm happy with it. But for now it's just something I'm playing around with.
I am currently using it in [Portaler](https://github.com/Portaler-Zone/portaler-core/tree/main/packages/frontend) to test it in the wild. Once I'm happy with it, I'll write some proper unit tests and all that stuff to make it a real library.
## Workspaces
Right now it's just a single package, but the idea is to add in at least React & Node versions which would be included under /packages along with core.