Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

derekprovance/GarminConnectSdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Garmin Connect SDK

This is an unofficial ConnectSDK. For educational use only.

I am not affiliated with Garmin, nor do I represent any of Garmin's interests.

Installing

Download and include a compiled version of the jar into your local project.

Usage

Create a new instance of the GarminApiService

GarminApiService garminApiService = new GarminApiService("User Id", "Access Token");

Downloading Daily Sleep Data

LocalDate date = LocalDate.parse("2019-10-17");
DailySleepData dailySleepData = getDailySleepData.getDailySleepData(date);

Downloading Daily HR Data

LocalDate date = LocalDate.parse("2019-10-17");
DailyHeartRate dailyHeartRate = getDailySleepData.getDailyHrData(date);

Downloading Daily Movement

LocalDate date = LocalDate.parse("2019-10-17");
DailyMovementData dailyMovementData = getDailySleepData.getDailyMovement(date);

Downloading Daily User Summary

LocalDate date = LocalDate.parse("2019-10-17");
DailyUserSummary dailyUserSummary = getDailySleepData.getDailyUserSummary(date);

Authors

  • Derek Provance - Initial work

About

An Unofficial Garmin Connect SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages