RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Oura Ring Integration #227

Closed afolarin closed 6 months ago

afolarin commented 1 year ago

Oura Ring is an interesting wearable device with a relatively novel location based on the finger rather than the wrist. There are some advantages of this, namely, the fit is tailored so expect better PPG sensor data. Integration is possible via the REST API provided by the vendor. API v2 is the latest implementation and has a number of improvements. https://cloud.ouraring.com/docs/

### Tasks
- [ ] https://github.com/RADAR-base/RADAR-Schemas/issues/327
- [ ] https://github.com/RADAR-base/RADAR-REST-Connector/issues/97
yatharthranjan commented 1 year ago

Yes would be nice to integrate this. Implementation of actual data pull would go in the rest-connector.

afolarin commented 1 year ago

Hmm yes, good point shall we move the issue? Or add an issue in rest-connector to the task list here?

yatharthranjan commented 1 year ago

I think additional issue in rest-connector, as authorization will still be implemented here.

yatharthranjan commented 6 months ago

completed in #241