alipay / alipay-sdk-nodejs-all

支付宝开放平台 Alipay SDK for Node.js
https://docs.open.alipay.com/54/103419/
Other
407 stars 64 forks source link

Replace deprecated request dependency #72

Closed perrin4869 closed 3 months ago

perrin4869 commented 4 years ago

request was deprecated earlier this year. Moreover, it has dependencies on problematic modules like sshpk. It should be possible to migrate to bent by the same developer. urllib could be replaced by bent as well, also removing problematic dependencies and reducing the SDK size. Would you be willing to merge a PR implementing these changes?

TheNorthMemory commented 3 years ago

Here's another fully re-designed javascript SDK, less dependices(minimal only need axios). With yargs, it's possible play the OpenAPI requests over command line. Repo here: https://github.com/TheNorthMemory/whats-alipay