krystianity / node-bitstamp

bitstamp REST and WS API Node.js client :dollar:
MIT License
59 stars 41 forks source link

build!: replace deprecated request with node-fetch #43

Closed cschanaj closed 3 years ago

cschanaj commented 3 years ago

BREAKING CHANGES: request has been deprecated, see https://github.com/request/request/issues/3142

krystianity commented 3 years ago

Hey @cschanaj thanks for this PR, however Mikeal decided to put the request package in maintenance mode. Choosing to flag the package deprecated was a poor choice in my opinion. For now I dont see a reason to switch to any other http client.