Improvements to Cayenne Cloud (RESTful) API documentation

I think a relatively simple example would be an a big step forward.

The Cloud API is prominent on the website, but does not seem to contain the critical chapter on fetching data from mydevices.com to display in my app. That is, this line, that I later bumped in to:

https://platform.mydevices.com/v1.1/telemetry/8x-4x-4x-4x-12x/sensors/8x-4x-4x-4x-12x/summaries?type=latest

The Create an API with Thunkable is a nice post, but surprising difficult to work through, and not a system I can dramatically expand to create a full nice Android App.

So somewhere I ran into this github app, which seems to be what I want, but is loaded with detail and background about authorized 100s of devices and listing jobs, similar to the Cloud API doc, but very difficult to find the bit about fetching data to display on my App. In addition, it seems I have to read up on Node, React, Watchman, Homebrew, Xcode, … and Chocolatey? in order to get the sample App working, which is a big investment before I get to Step 1. I have a feeling I can use Android Studio to send that simple query above ( https://platform.mydevices.com/v1.1/telemetry/.../summaries?type=latest with Auth etc.) to get the numbers I am looking for and then add colors, bar graphs, buttons, and then later add the stuff about adding devices, and working with cayenne jobs, etc.

So if I am right, I’ll post the simple “Windows made, Android App - Fetch and Display some Cayenne data on a Samsung” or if that exists somewhere already, that would be even better.

You could also add a introduction, a map, about how Mqtt Api, Cloud Api, Lora devices, homemade cayenne controlled iot devices, Raspberry devices, fit together in the big IOT universe with the mydevices website in the middle with a collecting data side, and the displaying data side, and the analytics side if that exists.

1 Like