If you did want to do this sort of control flow, t...
# python
i
If you did want to do this sort of control flow, though, you could move the
if get_restapi
logic inside its own async function and then
await get_restapi
to await the future.