Pythe1337N / garmin-connect

Makes it simple to interface with Garmin Connect to get or set any data point.
MIT License
144 stars 58 forks source link

PUT request #69

Open raymanzone opened 9 months ago

raymanzone commented 9 months ago

Hello, can you add PUT request back? I can't update activities anymore :( I have tried add it back after 1.6.0 update but without any results...

TypeError: this.client.put is not a function
gregegan commented 9 months ago

What functions is this failing on @raymanzone ?

gregegan commented 9 months ago

Added support in this PR @raymanzone

https://github.com/Pythe1337N/garmin-connect/pull/73

raymanzone commented 9 months ago

Added support in this PR @raymanzone

73

I wanted to edit name of activity.

gregegan commented 9 months ago

Added support in this PR @raymanzone

73

I wanted to edit name of activity.

Okay great, well it's in there now once my PR merges.

gregegan commented 8 months ago

Mark as resolved @Pythe1337N