matrix-bot-sdk
matrix-bot-sdk copied to clipboard
Migrate away from `request`
Seeing
warning matrix-js-sdk > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
over and over is getting a bit tiresome.
https://github.com/Sorunome/matrix-js-bot-sdk uses got as backend
Seems as good as any :)
fwiw you can replace the request used. The motivation for an issue should also be the fact that it's deprecated, not that it's annoying to see warnings - install warnings are a very common and expected thing.
Yes, that wasn't meant to be taken seriously as the reason :p