mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 08:35:06 +00:00
6 lines
323 B
Go
6 lines
323 B
Go
// Package stats provides typed accessors for aggregated statistics endpoints,
|
|
// including daily and weekly variants for steps, stress, hydration, sleep, HRV,
|
|
// and intensity minutes. Pagination and date-window logic live here.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package stats
|