I got a list of objects and need to make a 2 API Calls (3rd party API login and a API query) per object in the list
If it would be 1 API call I could make it as a Backend Query and it would solve the puzzle
What is best way to implement this?
I got a list of objects and need to make a 2 API Calls (3rd party API login and a API query) per object in the list
If it would be 1 API call I could make it as a Backend Query and it would solve the puzzle
What is best way to implement this?