I want to access raw sensor data (Real-Time Data) with the Google Fit Rest API. This is a link to the Documentation for the normal Google Fit Api for accessing raw sensor data. Google Fit API Documentation
I found no specific documentation for the Google Fit REST API for that special purpose and i'm struggling adapting it to the REST API (POST/GET/PUT..) commands.
Im using Xamarin.Forms with REST API because the provided Fit API's from Microsoft and Google are crap. I can access stored data and everything works like it should. But i'm not able to figure out how to consume the recording/sensor api.
Can someone help me out or just telling me that it's not possible?
Thanks for your help :)