Getting even deeper into details, using the API I can get back a URL of my user's avatar. I'd like node-red to then download the avatar and store it / display it.
Thanks!! So in theory I could build "Roblox nodes" for node-red using this module?
Also, Yes, it's just a rest API. I found it pretty easy, using Postwoman, for example to make queries and get the responses I expected. I guess I'm missing the point, why would someone create this npm module if working with the API directly is straightforward? What are the benefits? I guess if I knew what I was talking about, these questions would be obvious haha.
What I need to do is save the responses into variables so that I can build a kind of live dashboard.
Beats me. But seriously, it will likely simplify the requests to simple function calls. But if you are comfortable preparing URLs and setting headers etc, there is no real need.
You would store them in flow or global context of you need later retrieval.