If I save data from one of my Ember projects, how can I get this data from another project?

So just to reiterate, I’m currently working on X Ember Project. I save some data in this project to CloudDB.

I then run my Y Ember Project and want to get the data from X Ember Project.

How shall I create a start to this? I presume it’s something to do with the API?

just point them to the same server API endpoint…

1 Like