How can our backend cloud development team read my Electron data that is in the Particle cloud?
I just developed a product prototype, based on Particle’s Asset Tracker Electron, that reads GPS from Electron and displays on my iPhone app showing a map of a trackers routes. iPhone app uses Particle Ios SDK to communicate with Particle cloud to read GPS and battery data from Electron asset tracker.
For CES 2017, we want to demo that we can expose Electron asset tracker data from our cloud.
So, our cloud needs to talk with Particle cloud and read Electron data stored there.
You can hit the same cloud enpoints as your iOS app does. To be more speceific, we’d need to know which endpoints your iOS app uses. https://docs.particle.io/reference/api/
@douglaskbell, just to be clear, the Particle cloud does NOT store any data. The cloud simply brokers the transaction between your endpoint call and the Electron.
@douglaskbell, I suggest you look at the Particle documentation. The Particle cloud does present a REST API and Particle provides great nodejs tools for doing that.