You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using thinger.io solution only as a back-end server, in other words, I'm reimplementing the Angular console for my own use case.
The swagger documentation is very helpful, as is taking a peek into dev tools to see how your frontend project calls REST api, however I keep finding values I don't understand, or endpoints that return data or expect payload that's not clear to me.
So far, I've been getting by with guessing what fields represent, or testing what data is sent by UI when I change it here or there.
An example of such data could be the state field in alarms endpoint - it's practically a guessing game what number represents which state
I was wandering - are there any plans to extends the docs "Server API" section to describe certain models in more detail?
Would it be possible for you guys to share console angular source code - to see how the data is mapped to ui?
Cheers
The text was updated successfully, but these errors were encountered:
Hello Developers 👋
I'm using thinger.io solution only as a back-end server, in other words, I'm reimplementing the Angular console for my own use case.
The swagger documentation is very helpful, as is taking a peek into dev tools to see how your frontend project calls REST api, however I keep finding values I don't understand, or endpoints that return data or expect payload that's not clear to me.
So far, I've been getting by with guessing what fields represent, or testing what data is sent by UI when I change it here or there.
An example of such data could be the
state
field in alarms endpoint - it's practically a guessing game what number represents which stateI was wandering - are there any plans to extends the docs "Server API" section to describe certain models in more detail?
Would it be possible for you guys to share console angular source code - to see how the data is mapped to ui?
Cheers
The text was updated successfully, but these errors were encountered: