Hi,
I've started building my app and progressing littel by little.
At the moment, im working with a custom API.
I call the API, and initiate a "run" - i then get a "run-id" back. On success, i call a another api, with the run-id - and this is where im stuck. The "run" can take 30 minutes to finish, and i need to ask for the response to be "finished" instead of "running" before i can save the data.
How do i do that? 🙂
Any help much appriciated.