GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Replace npm dependency 'request' #61

Closed kolban-google closed 4 years ago

kolban-google commented 4 years ago

The Get Metadata node had a dependency on the npm package called 'request'.

https://www.npmjs.com/package/request

This has been deprecated.

This issue tracks the replacement which will be 'axios'.

https://www.npmjs.com/package/axios

kolban-google commented 4 years ago

Coding changes made and committed. Not yet published.

kolban-google commented 4 years ago

Delivered as part of 0.0.15