RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

Whoop Band API Review for Integration #132

Open afolarin opened 3 months ago

afolarin commented 3 months ago

API Integration for the Whoop Band. API availability now (free) https://developer.whoop.com/docs/introduction/, but the available data is somewhat limited granularity "cycles". https://developer.whoop.com/docs/developing/user-data/cycle https://developer.whoop.com/docs/developing/user-data/recovery#tag/Workout/operation/getWorkoutCollection https://developer.whoop.com/docs/developing/user-data/sleep https://developer.whoop.com/docs/developing/user-data/workout https://developer.whoop.com/docs/developing/user-data/user

I suggested reviewing this further to decide on future integration.