I have a website where my fitness stats can be publicly seen.
In order to achieve that, I’ve used the Google Fit REST API, but now I see that it’s gonna be removed in 2025, stating you gotta migrate to Health Connect API.
The problem is that I don’t see anywhere in the documentation any REST API available to get the data, so my guess is I should develop an app which gathers the data and then connects to my server.
I saw like a month ago they were willing to keep the REST API but only removing the on-device API, but now even the REST API gets a message of deprecation (which is new).
Will there be or is there a REST API for Health Connect? I really would like to avoid having to make my own app (specially because I’m and iOS user, but I don’t wanna pay, nor use HealthKit from Apple, which would be the next way to go if Google Fit removes their API).
Thanks in advance!