I’ve seen other people point to this as a solution but it’s just not robust; nor does it make much sense given the rest of the way data circulates through Bubble.
Its reasonably tedious and a bit of pain when you want to update that API in a test branch, having to manipulate urls in your API connector - then remember to re-update them on deployment/syncing etc.
I mean - at this stage, you’re getting very close to a usecase for just creating your own middleman API in expressJS or something to handle any reusable functions you need to be able to call and get a response from internally; purely for simplicity and maintainability.