ericblade / mws-simple

nodejs Amazon MWS (Merchant Web Services) API in ~150 lines of code
MIT License
8 stars 5 forks source link

swap request lib for something else like node-fetch #98

Open ericblade opened 4 years ago

ericblade commented 4 years ago

.. it probably really doesn't matter, but with request being deprecated, it will eventually decay, and the current structure of this lib should make swapping in something else really an easy operation.

pwrnrd commented 4 years ago

... or Axios.

ericblade commented 4 years ago

Care to debate any of the many many alternatives? I have no opinion whatsoever, at the moment. I just picked that one because it mirrors browser fetch