It’s just a HTTP request, so you can use any HTTP library in JS. Such as fetch if you’re doing this in the browser, or if you’re doing it in NodeJS you could use got, or any of the other dozens of HTTP request libraries.
It’s just a HTTP request, so you can use any HTTP library in JS. Such as fetch if you’re doing this in the browser, or if you’re doing it in NodeJS you could use got, or any of the other dozens of HTTP request libraries.