health_forge_oura 0.1.1
health_forge_oura: ^0.1.1 copied to clipboard
Oura Ring REST API adapter for health_forge — fetches sleep, heart rate, readiness, stress, and activity via OAuth 2.0 PKCE with rate limiting.
0.1.1 #
- Added
example/example.dartdemonstrating OAuth 2.0 PKCE setup - Added
example/README.mddescribing the live PKCE flow prerequisites - Bumped
health_forge_coredependency to^0.1.1 - Shortened pubspec description for cleaner pub.dev display
0.1.0 #
- Initial release
- Oura Ring REST API adapter supporting 8 health metric types
- OAuth 2.0 PKCE authentication with automatic token refresh
- 7 API endpoint mappers: sleep, sleep score, activity, heart rate, readiness, stress, SpO2
- Automatic pagination via next_token and rate limiting (5 req/sec)
- OuraSleepExtension for Oura-specific sleep metrics
- See getting started guide for usage