When using Balena Cloud API, how can one know what resources or API endpoints are available? I would need a typed HTTP client for accessing Balena Cloud API, but I am unable to find any API specification online or anything like that.
Is there such a thing as an open API specification for the Balena Cloud API?
There is an official SDK built for NodeJS and Python, from the looks of it. But I need it for another language altogether. And the NodeJS one seems to be built “manually”, if I am not mistaken.
4