Replace axios with node-fetch (or other?)
lirantal opened this issue · 2 comments
lirantal commented
Expected Behavior
Replace the axios
dependency with another lightweight HTTP. Perhaps even use the built-in one with a wrapper, or something as lightweight as node-fetch
.
Current Behavior
Currently all calls are being done with the the axios npm package which I'd like to replace for a lower dependency footprint.
wafuwafu13 commented
Hi :)
I'm trying this issue now!
lirantal commented
Thanks! Let's chat on the PR