godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
962 stars 192 forks source link

request has been deprecated #614

Open dilingchen opened 4 years ago

dilingchen commented 4 years ago

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

dannyhpy commented 4 years ago

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

godber commented 3 years ago

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