garth icon indicating copy to clipboard operation
garth copied to clipboard

Garmin SSO auth + Connect Python client

Results 29 garth issues
Sort by recently updated
recently updated
newest added

I want to implement -a much needed and requested- MFA functionality to my Home-Assistant integration [home-assistant-garmin_connect](https://github.com/cyberjunky/home-assistant-garmin_connect/tree/main) Garth handles this perfectly from cli/python-garminconnect's example.py code but for this to work from...

Hello @matin Is there a way to add the capacity to get and set the hydration please ? The Garmin connect app and the watch are not really ergonomic for...

While Garth will support some endpoints natively, it's impractical and slow to add all endpoints. The faster method is to create a wiki with all known endpoints. The most popular...

Hello! First of all I would like to say thank you for you package! It's very usefull for me! Great job. I use it from my working place and my...

Hi, maybe it could be my fault (I'm very junior in coding) but when I try to recover daily HRV data I obtain a empty list. ![image](https://github.com/user-attachments/assets/123b7a2b-20ac-4275-965b-c9e095dbc64c) I don't have...

Hi, Thanks for the package, really useful. I've noticed that when running `garth.UserProfile.get()` and `garth.UserSettings.get()` both throw an error during validation with pydantic. Here's the error for `UserProfile`. The same...

Add hydration stats. Closes issue #54 ## Summary by CodeRabbit - **Tests** - Updated various test functions to use `@pytest.mark.vcr()` decorator for enhanced consistency in testing.

When doing `garth.UserProfile.get()`, I get a validation error due to `profile_image_uuid` ``` --------------------------------------------------------------------------- ValidationError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 garth.UserProfile.get() 1 frames [/usr/local/lib/python3.10/dist-packages/pydantic/_internal/_dataclasses.py](https://localhost:8080/#) in __init__(__dataclass_self__,...

This is a WIP PR to split the Login and MFA flow into separate methods. #41

Hi, As you may aware that there some difference for Garmin account in China region vs other regions. I have two accounts, well I originally only have one which is...