RADAR-base / RADAR-PushEndpoint

A gateway to expose endpoints for Push based services to POST data to RADAR-Base platform.
Apache License 2.0
2 stars 2 forks source link

Add support for Sleep Scores #22

Closed yatharthranjan closed 1 year ago

yatharthranjan commented 3 years ago

Sleep Scores Available for Supported Devices Sleep scores are now available through the Health API for supported devices. This new API field in sleep summaries tells the qualitative value of a user's sleep. Sleep score enabled devices will generate sleep scores for use in sleep analysis if the user has the device set as the primary active tracker in the user’s Garmin Connect account. If sleep scores are utilized by your application, please ensure any qualitative values are represented using the same descriptors provided through the API to avoid misleading or confusing End Users as described in the API License Agreement. Please refer to the Health API documentation for further details.

afolarin commented 1 year ago

If sleep scores are utilized by your application, please ensure any qualitative values are represented using the same descriptors provided through the API to avoid misleading or confusing End Users as described in the API License Agreement. Please refer to the Health API documentation for further details.

where is sensible to document this instruction... the Wiki, website docs?

yatharthranjan commented 1 year ago

i think this is more for use cases where this info is displayed directly to users via a frontend interface. In our case, for research not sure how relevant that is.

yatharthranjan commented 1 year ago

Completed via #53