JS Api calls simultaneously

I have a code in which I am making 3 to 4 API calls to different API providers
I want to execute them simultaneously and their response then has to be filtered

Hi @jaspreet-singh !

Welcome to the forum!

Maybe the Promise.all() method would work.

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.