mirror of
https://github.com/sstent/go-garminconnect.git
synced 2025-12-06 08:02:02 +00:00
garth more done - stuck on tests
This commit is contained in:
@@ -18,7 +18,8 @@ func main() {
|
||||
}
|
||||
|
||||
// Create API client
|
||||
client, err := api.NewClient(session, "")
|
||||
// Pass nil authenticator since we're using a hardcoded token
|
||||
client, err := api.NewClient(nil, session, "")
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to create client: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user