Module commands

Module commands 

Source

Re-exports§

pub use auth::login;
pub use auth::logout;
pub use auth::status;
pub use activities::list as list_activities;
pub use activities::get as get_activity;
pub use activities::download as download_activity;
pub use activities::upload as upload_activity;
pub use health::summary;
pub use health::sleep;
pub use health::sleep_range;
pub use health::stress;
pub use health::stress_range;
pub use health::body_battery;
pub use health::heart_rate;
pub use health::steps;
pub use health::calories;
pub use health::vo2max;
pub use health::training_readiness;
pub use health::training_status;
pub use health::hrv;
pub use health::fitness_age;
pub use weight::list as list_weight;
pub use weight::add as add_weight;
pub use weight::latest as latest_weight;
pub use devices::list as list_devices;
pub use devices::get as get_device;
pub use profile::show as show_profile;
pub use profile::settings as show_settings;

Modules§

activities
Activity commands for garmin-cli
auth
Authentication commands for garmin-cli
devices
Device commands for garmin-cli
health
Health commands for garmin-cli
profile
Profile commands for garmin-cli
weight
Weight and body composition commands for garmin-cli