AMWA-TV / sdpoker

A patched version of Streampunk/sdpoker with additional source-filter testing and bug fixes, used by AMWA-TV/nmos-testing
Apache License 2.0
12 stars 8 forks source link

'request' and 'request-promise-native' deprecated. #37

Open jonathan-r-thorpe opened 11 months ago

jonathan-r-thorpe commented 11 months ago

'request' and 'request-promise-native' have been deprecated for a while which can lead to broken installations when installing on a fresh system (this can be worked around by executing npm i request-promise after the install).

However, an alternative to request needs to be found.

This issue suggests some alternatives, and although the suggestions are more than 4 years old, Axios seems to have some popularity and is still being actively developed.

Thoughts?