nodejs-common
nodejs-common copied to clipboard
replace teeny-request with a fetch api?
Given that request have been deprecated for a long time now... how do you feel about replacing the teeny-request with using node-fetch directly instead?
teeny-request is only a thin layer around node-fetch anyway.