Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Fit File Upload #8

Closed
jrast opened this issue Sep 28, 2023 · 3 comments · Fixed by #9
Closed

Support Fit File Upload #8

jrast opened this issue Sep 28, 2023 · 3 comments · Fixed by #9

Comments

@jrast
Copy link

jrast commented Sep 28, 2023

In jaroslawhartman/withings-sync#132 I implemented the upload of *.fit files. Any interest to move this code to garth?

@matin
Copy link
Owner

matin commented Sep 28, 2023

Let me take a look. I'm sure it'd also be useful to others.

@matin matin mentioned this issue Sep 29, 2023
@matin
Copy link
Owner

matin commented Sep 29, 2023

@jrast could you give #9 a try?

I wanted to find a to make it generalized.

You can do the following:

with open(fpath) as f:
    garth.client.upload(f)

@jrast
Copy link
Author

jrast commented Sep 29, 2023

Of course, If #9 is working go ahead and close this PR in favor of #9.
I will check if #9 is working but I will need some days (probably next week).

@matin matin closed this as completed in #9 Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants