mirror of
https://github.com/sstent/go-garth.git
synced 2025-12-06 08:01:42 +00:00
7 lines
402 B
Go
7 lines
402 B
Go
// Package client implements the low-level Garmin Connect HTTP client.
|
|
// It is responsible for authentication (via SSO helpers), request construction,
|
|
// header and cookie handling, error mapping, and JSON decoding. Higher-level
|
|
// public APIs in pkg/garmin delegate to this package for actual network I/O.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package client
|