You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to support renaming activities? So far as I can glean from the request in the DevTools, this is done by a POST request to
Thanks for your great library! I'm using it in https://github.com/jat255/fit_file_uploader to automate some activity file handling and it's been super useful.
I was wondering if it would be possible to support renaming activities? So far as I can glean from the request in the DevTools, this is done by a POST request to
With a payload as follows:
Looking at the client implementation in
http.py
, it doesn't look too bad and I could probably submit a PR for this, if you want.The text was updated successfully, but these errors were encountered: