Has anyone connected their app to an SSE endpoint?
I’d like to connect to a news endpoint but I’m not finding a way to do it. Want to make sure I’m not missing anything.
Has anyone connected their app to an SSE endpoint?
I’d like to connect to a news endpoint but I’m not finding a way to do it. Want to make sure I’m not missing anything.
Do you have any docco for the specific one you’re wanting to use?
Docs?
Would the use case just be to temporarily display the data? in which case using toolbox JS to listen for the events could be used to display them?
Would be ideal if they had a webhook instead hahaha. I’m thinking its not possible to accomplish without an intermediary server to pass the data direct to your bubble backend, BUT would love to be shown a way if it is possible, that would be cool.
Yeah I wish they had a webhook. Right now I’m polling through the API every hour. Figured SSE would be better.
Will update when I figure it out.
Any update ?
I never got it to work and I ended up going with a different data provider.