Crate garmin_download

source ·

Structs§

  • Class for downloading health data from Garmin Connect. This class requires the garmin_client crate to provide authentication and authorization for to the garmin backend, and contains all the target urls for downloading various health and activity data.
  • This struct understands the garmin authentication flow and obtains an OAuth2.0 access token given a username and password. After authenticating, use the api_request() method to obtain various json and FIT file downloads, and optionally save to file.

Constants§

Traits§

  • Basic set of public functions required to use this client.