Crate garmin_client

Source

Structs§

GarminClient
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§

SESSION_FILE

Traits§

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