mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
fixed timecode issue
This commit is contained in:
6
internal/api/client/doc.go
Normal file
6
internal/api/client/doc.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user