kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

request has been deprecated

Open dilingchen opened this issue 5 years ago • 2 comments

request has been deprecated, https://github.com/request/request/issues/3142 What's the plan to replace it with alternative? Thanks.

dilingchen avatar Apr 14 '20 09:04 dilingchen

node-fetch is a good lightweight module that can be used instead imo

dannyhpy avatar Apr 14 '20 14:04 dannyhpy

I have also used got: https://www.npmjs.com/package/got

godber avatar Apr 28 '21 21:04 godber