cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
802 stars 132 forks source link

Womens Health API Endpoints #193

Closed psdupvi closed 3 months ago

psdupvi commented 3 months ago

Issue 134

Three endpoints

get_menstrual_data_for_date which takes a single date and returns the Garmin Menstrual Summary data for that date

get_menstrual_calendar_data which takes two dates and returns summaries of cycles that have days between the two days

get_pregnancy_summary, which takes no arguments and returns a snapshot of pregnancy data

cyberjunky commented 3 months ago

Very nice work Pierre! I finally found some time today/this weekend to catch up on all activity here...